Android Resolution Problem
Your App resolution wil be fixed 320x480(Portrait) if you missed the minSdkVersion.
so, you should be set it to 4(Android SDK Version 1.6) or higher.
Adds this into your AndroidManifest.xml:
Note: Change "(" to "<" and ")" to ">"
(manifest)
...
(uses-sdk android:minSdkVersion="4")(/uses-sdk)
(/manifest)
I've tested on Samsung Galaxy Tab.
-----
Cheers,
June
월요일, 10월 04, 2010
피드 구독하기:
댓글 (Atom)
댓글 없음:
댓글 쓰기