Turn from: 70185550
The Android SDK version number corresponds to the API level
- New contact with Android development, many times encountered the SDK version and API level of the corresponding relationship, a summary of the following for future review.
- APIs are developed, so API level can be considered internal, while the SDK version provides new features to the user, which is externally visible.
- You can view the following URLs to get the latest correspondence:
Http://developer.android.com/guide/appendix/api-levels.html
Android SDK版本号 与 API Level 对应关系如下表:
Platform Version |
API level |
Version_code |
Notes |
Android 7.0 |
24 |
N |
Platform Highlights |
Android 6.0 |
23 |
M |
Platform Highlights |
Android 5.1 |
22 |
LOLLIPOP_MR1 |
Platform Highlights |
Android 5.0 |
21st |
LOLLIPOP |
Android 4.4W |
20 |
KITKAT_WATCH |
KitKat for wearables only |
Android 4.4 |
19 |
KITKAT |
Platform Highlights |
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 |
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 Android 2.3.3 |
10 |
GINGERBREAD_MR1 |
Platform Highlights |
Android 2.3.2 Android 2.3.1 Android 2.3 |
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 |
Android 2.0 |
5 |
ECLAIR |
Android 1.6 |
4 |
DONUT |
Platform Highlights |
Android 1.5 |
3 |
CUPCAKE |
Platform Highlights |
Android 1.1 |
2 |
BASE_1_1 |
|
Android 1.0 |
1 |
BASE |
|
The Android SDK version number corresponds to the API level