Android Platform Version + API Level + VERSION_CODE
Platform Version API Level VERSION_CODE
Android 4.4 19 KITKAT Platform
Android 4.3 18 JELLY_BEAN_MR2
Android 4.2, 4.2.2 17 JELLY_BEAN_MR1
Android 4.1, 4.1.1 16 JELLY_BEAN Platform
Android 4.0.3, 4.0.4 15 ICE_CREAM_SANDWICH_MR1
Android 4.0, 4.0.1, 4.0.2 14 ICE_CREAM_SANDWICH
Android 3.2 13 HONEYCOMB_MR2
Android 3.1.x 12 HONEYCOMB_MR1
Android 3.0.x 11 HONEYCOMB
Android 2.3.4
Android 2.3.3 10 GINGERBREAD_MR1
Android 2.3.2
Android 2.3.1
Android 2.3 9 GINGERBREAD
Android 2.2.x 8 FROYO
Android 2.1.x 7 ECLAIR_MR1
Android 2.0.1 6 ECLAIR_0_1
Android 2.0 5 ECLAIR
Android 1.6 4 DONUT
Android 1.5 3 CUPCAKE
Android 1.1 2 BASE_1_1
Android 1.0 1 BASE
Link:https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels
Saturday, September 20, 2014
Can't see the database with Eclipse Plugin Questoid SQLite Browser for Android
If you try to find and see the data for an Android SQLite database in Eclipse and you can't see it.
Please use the extension ".db" in lowercase, please don't try with these extensions .SLQLITE, .BD, .DB, .SQL, or similar or without extensions.
See more info in this wonderful site:
Sunday, September 7, 2014
Unable to resolve target 'android-18'
Unable to resolve target 'android-18'
Error:
[2014-09-07 13:08:21 - ProjectName] Unable to resolve target 'android-18'
Solution:
Download from Windows/Android SDK Manager/Android 4.3 (API 18):
- SDK Platform.
- ARM EABI v7a System Image
- Intel X86 Atom System Image
Restart Eclipse.
:)
Error:
[2014-09-07 13:08:21 - ProjectName] Unable to resolve target 'android-18'
Solution:
Download from Windows/Android SDK Manager/Android 4.3 (API 18):
- SDK Platform.
- ARM EABI v7a System Image
- Intel X86 Atom System Image
Restart Eclipse.
:)
Monday, September 1, 2014
res\drawable-xhdpi\IMAGE.png: Invalid file name: must contain only [a-z0-9_.]
if you have this error in Android: res\drawable-xhdpi\IMAGE.png: Invalid file name: must contain only [a-z0-9_.]
- Restart Eclipse
- Validate the filename without: ,- capital letters !"#$%&/()=?'¡¿*+]}[{:.;,
- Restart Eclipse
- Validate the filename without: ,- capital letters !"#$%&/()=?'¡¿*+]}[{:.;,
Subscribe to:
Posts (Atom)