yatsek / microemu

Automatically exported from code.google.com/p/microemu
0 stars 0 forks source link

Android 1.5 compatibility #79

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Since r2431 compatibility with Android 1.6 is broken. Android documentation 
suggests to use:
uses-sdk android:minSdkVersion="3" android:targetSdkVersion="4"

Original issue reported on code.google.com by vitalyster on 31 Oct 2010 at 5:36

GoogleCodeExporter commented 8 years ago
Can you provide the source url of that suggestion. So far I was told that 
minSdkVersion="4" is correct for the Android 1.6

Original comment by bar...@gmail.com on 1 Nov 2010 at 8:20

GoogleCodeExporter commented 8 years ago
Sorry, it whas typo. minSdkVersion="4" specifies minimal target as android 1.6 
and break compatibility with 1.5. 
http://developer.android.com/guide/appendix/api-levels.html

Original comment by vitalyster on 1 Nov 2010 at 2:28

GoogleCodeExporter commented 8 years ago
So your problem is with the Android 1.5 compatibility, is it?

Original comment by bar...@gmail.com on 2 Nov 2010 at 9:25

GoogleCodeExporter commented 8 years ago
Yes. So, with r2443 was added new Level 4 manifest attributes, then you do not 
want support 1.5 (Level 3) SDK?

Original comment by vitalyster on 5 Nov 2010 at 11:55

GoogleCodeExporter commented 8 years ago
Changed the summary because we are talking about the 1.5 version

Original comment by bar...@gmail.com on 6 Nov 2010 at 6:40

GoogleCodeExporter commented 8 years ago
I intentionally dropped the 1.5 compatibility, during the past months I 
experienced several problems with maintaining support for 1.5. From the Android 
stats of November 1, 2010 version 1.5 is used on 7,9% devices and that value 
will be dropping: 
http://developer.android.com/resources/dashboard/platform-versions.html

You still can have local modification that removes minSdkVersion="4"

Original comment by bar...@gmail.com on 6 Nov 2010 at 6:46