Relationship between the latest Android system version and API level, androidapi
Table of mappings between the latest Android version and API level
Copied from the Android official website for easy access...
What is API Level?
API Level is an integer value that uniquely identifies the framework API revision offered by a version of the Android platform.
Platform Version |
API Level |
VERSION_CODE |
Notes |
For Android 6.0 |
23 |
M |
API Changes |
For Android 5.1 |
22 |
LOLLIPOP_MR1 |
Platform Highlights |
For Android 5.0 |
21 |
LOLLIPOP |
Android 4.4 W |
20 |
KITKAT_WATCH |
KitKat for Wearables Only |
For Android 4.4 |
19 |
KITKAT |
Platform Highlights |
For Android 4.3 |
18 |
JELLY_BEAN_MR2 |
Platform Highlights |
Android 4.2, 4.2.2 |
17 |
JELLY_BEAN_MR1 |
Platform Highlights |
Android 4.1, 4.1.1 |
16 |
JELLY_BEAN |
Platform Highlights |
Android 4.0.3, 4.0.4 |
15 |
ICE_CREAM_SANDWICH_MR1 |
Platform Highlights |
Android 4.0, 4.0.1, 4.0.2 |
14 |
ICE_CREAM_SANDWICH |
For Android 3.2 |
13 |
HONEYCOMB_MR2 |
|
Android 3.1.x |
12 |
HONEYCOMB_MR1 |
Platform Highlights |
Android 3.0.x |
11 |
HONEYCOMB |
Platform Highlights |
Android 2.3.4 10 |
GINGERBREAD_MR1 |
Platform Highlights |
Android 2.3.2 Android 2.3.1 9 |
GINGERBREAD |
Android 2.2.x |
8 |
FROYO |
Platform Highlights |
Android 2.1.x |
7 |
ECLAIR_MR1 |
Platform Highlights |
Android 2.0.1 |
6 |
ECLAIR_0_1 |
For Android 2.0 |
5 |
ECLAIR |
For Android 1.6 |
4 |
DONUT |
Platform Highlights |
For Android 1.5 |
3 |
CUPCAKE |
Platform Highlights |
For Android 1.1 |
2 |
BASE_1_1 |
|
For Android 1.0 |
1 |
BASE |
|
This is an original blog article. For more information, see the source.
Http://www.cnblogs.com/rencm/p/5315353.html