original app just displays like small-size screen
1. At AndroidManifest.xml file, add these two line
<uses-sdk android:minSdkVersion="8" />
<supports-screens android:largeScreens="true" android:anyDensity="true"/>
2. Clean you project and rebuild it. Then download .apk on your device.
3. If nothing wrong. This time your app should display with full-screen function on the device.
Wow !!
http://code.google.com/p/min3d/
No comments:
Post a Comment