Narendrabrsoft / cocos2d-android-1

Automatically exported from code.google.com/p/cocos2d-android-1
0 stars 0 forks source link

the display will be strange if android minsdk is setted to 7 #65

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I didnt set the android minsdk before and everything is OK.
when I set the android minsdk to 7,the display will become different.

I think the reason is that the usable size of sdk 1 and sdk 7 is diffrent.
If set the minsdk to 7 everything will become much more smaller.

So I wanna know whether there is a way to make cocos2d work like  in minsdk1 
environment ,
even if  I set the minsdk to 7 ?

Original issue reported on code.google.com by walkerD...@gmail.com on 2 May 2011 at 1:45

GoogleCodeExporter commented 8 years ago
OK, I found a solution.

Set the minSdkVersion like this will be OK.

<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="1"/>

Original comment by walkerD...@gmail.com on 2 May 2011 at 2:42

GoogleCodeExporter commented 8 years ago
Is there another way to solve this problem?
not by set the android:targetSdkVersion?

Original comment by walkerD...@gmail.com on 2 May 2011 at 12:03