| Issue 79: | Android 1.5 compatibility | |
| 2 people starred this issue and may be notified of changes. | Back to list |
Since r2431 compatibility with Android 1.6 is broken. Android documentation suggests to use: uses-sdk android:minSdkVersion="3" android:targetSdkVersion="4"
Nov 1, 2010
Project Member
#1
bar...@gmail.com
Nov 1, 2010
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
Nov 2, 2010
So your problem is with the Android 1.5 compatibility, is it?
Nov 5, 2010
Yes. So, with r2443 was added new Level 4 manifest attributes, then you do not want support 1.5 (Level 3) SDK?
Nov 5, 2010
Changed the summary because we are talking about the 1.5 version
Summary:
Android 1.5 compatibility
Nov 5, 2010
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" |