-
-
Save lastorset/dbc3429dfd1e0eeb75f5 to your computer and use it in GitHub Desktop.
A printable overview of Android version codes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
android.os. | |
API level Build.VERSION_CODES Version Code name | |
1 BASE 1.0 (no code name) | |
2 BASE_1_1 1.1 (no code name) | |
3, NDK 1 CUPCAKE 1.5 Cupcake | |
4, NDK 2 DONUT 1.6 Donut | |
5 ECLAIR 2.0 Eclair | |
6 ECLAIR_0_1 2.0.1 Eclair | |
7, NDK 3 ECLAIR_MR1 2.1 Eclair | |
8, NDK 4 FROYO 2.2.x Froyo | |
9, NDK 5 GINGERBREAD 2.3 - 2.3.2 Gingerbread | |
10 GINGERBREAD_MR1 2.3.3 - 2.3.7 Gingerbread | |
11 HONEYCOMB 3.0 Honeycomb | |
12, NDK 6 HONEYCOMB_MR1 3.1 Honeycomb | |
13 HONEYCOMB_MR2 3.2.x Honeycomb | |
14, NDK 7 ICE_CREAM_SANDWICH 4.0.1 - 4.0.2 Ice Cream Sandwich | |
15, NDK 8 ICE_CREAM_SANDWICH_MR1 4.0.3 - 4.0.4 Ice Cream Sandwich | |
16 JELLY_BEAN 4.1.x Jelly Bean | |
17 JELLY_BEAN_MR1 4.2.x Jelly Bean | |
18 JELLY_BEAN_MR2 4.3.x Jelly Bean | |
19 KITKAT 4.4 - 4.4.4 KitKat | |
20 KITKAT_WATCH 4.4W KitKat for watches | |
21 LOLLIPOP 5.0 Lollipop | |
22 LOLLIPOP_MR1 5.1 Lollipop | |
10000 CUR_DEVELOPMENT Current development build |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment