Android 版本号名称及SDK对应关系

SDK Platform release notes | Android Studio | Android Developers (google.cn)

| num | OS | SDK(API Level) | Name |
| 15 | V | Beta | Vanilla Ice Cream |
| 14 | U | 34 | UpsideDownCake |
| 13 | T | 33 | Tiramisu |
| 12L | | 32 | Sv2 |
| 12 | S | 31 | S |
| 11 | R | 30 | R |
| 10 | Q | 29 | Q |
| 9 | P | 28 | Pie |
| 8.1 | | 27 | Oreo |
| 8 | O | 26 | Oreo |
| 7.1.1 | | 25 | Nougat |
| 7 | N | 24 | Nougat |
| 6 | M | 23 | Marshmallow |
| 5.1 | | 22 | Lollipop |
| 5 | L | 21 | Lollipop |
| 4.4w | | 20 | KitKat Wear |
| 4.4 | K | 19 | KitKat |
| 4.3 | | 18 | Jelly Bean |
| 4.2 | | 17 | Jelly Bean |
| 4.1 | J | 16 | Jelly Bean |
| 4.0.3 | | 15 | IceCreamSandwich |
| 4 | I | 14 | IceCreamSandwich |
| 3.2 | | 13 | Honeycomb |
| 3.1 | | 12 | Honeycomb |
| 3 | H | 11 | Honeycomb |
| 2.3.3 | | 10 | Gingerbread |
| 2.3 | G | 9 | Gingerbread |
| 2.2 | F | 8 | Froyo |

2.1 E 7 Eclair
相关推荐
Android-Flutter35 分钟前
android 动画详解
android·kotlin
小孔龙6 小时前
GraphicBuffer 跨进程共享
android
行业研究员6 小时前
Android内置GPS与腾讯地图定位技术对比分析
android·android定位·腾讯地图定位
Android-Flutter7 小时前
android WMS 详解(二)
android·kotlin
游戏开发爱好者88 小时前
App Store 上传 IPA 自动化,.p8 密钥认证与 CI/CD 接入实战
android·运维·ci/cd·小程序·uni-app·自动化·iphone
游戏开发爱好者89 小时前
iOS 推送怎么配置,APNs 推送证书、设备库与群发
android·ios·小程序·https·uni-app·iphone·webview
阿pin9 小时前
Android随笔-kotlin 高阶函数
android·kotlin·高阶函数
wxson72821 天前
【Android视频监控系统技术总结】
android·音视频
hunterandroid1 天前
[Android 从零到一] LiveData 粘性事件与单次消费:从重复触发到可靠事件总线
android