zoukankan      html  css  js  c++  java
  • Android SDK 与API版本对应关系

    
    
    Android SDK版本号 与 API Level 对应关系如下表:
    
    Code nameVersionAPI level 
    (no code name) 1.0 API level 1    2008年9月23
    (no code name) 1.1 API level 2
    2008 年9月发布的Android第一版
    Cupcake 1.5 API level 3, NDK 1
    2009年4月30日,Cupcake(纸杯蛋糕)
    Donut 1.6 API level 4, NDK 2
    2009年9月15日,Donut(甜甜圈)
    Eclair 2.0 API level 5
    2009年10月26日,Eclair( 松饼)
    Eclair 2.0.1 API level 6  
    Eclair 2.1 API level 7, NDK 3  
    Froyo 2.2.x API level 8, NDK 4
     2010年5月20日,Froyo(冻酸奶)
    Gingerbread 2.3 - 2.3.2 API level 9, NDK 5
     2010年12月7日,Gingerbread(姜饼)
    Gingerbread 2.3.3 - 2.3.7 API level 10  
    Honeycomb 3.0 API level 11
     2011年2月2日,Honeycomb(蜂巢)
    Honeycomb 3.1 API level 12, NDK 6  
    Honeycomb 3.2.x API level 13  
    Ice Cream Sandwich 4.0.1 - 4.0.2 API level 14, NDK 7
     2011年10月19日,IceCreamSandwich(冰激凌三明治)
    Ice Cream Sandwich 4.0.3 - 4.0.4 API level 15, NDK 8  
    Jelly Bean 4.1.x API level 16     2012年6月28日推出果冻豆
    Jelly Bean 4.2.x API level 17  
    Jelly Bean 4.3.x API level 18  
    KitKat 4.4 - 4.4.4 API level 19
    2013年9月4日,KitKat(奇巧)
    KitKat Watch 4.4W API level 20  
    Lollipop 5.0 API level 21    2014年10月16日推出棒棒糖
    Lollipop 5.1 API level 22  
    Marshmallow 6.0 API level 23    2015年5月28日 推出棉花糖
    Nougat 7.0 API level 24    2016年8月22日  Nougat(牛轧糖)
    Nougat 7.1.1 API level 25  
    Oreo 8.0 API level 26    2017年3月21日推出奥利奥
    Oreo 8.1 API level 27  
    Pie 9.0 API level 28    2018年8月7日馅饼
     
  • 相关阅读:
    java不解压tar.gz读取包里面的某个文件内容或读取远程zip包中的文件内容
    java调用hadoop api
    httpclient读取https请求的数据
    使用svgo压缩图片
    重试机制
    java利用zip解压slpk文件
    mysql查询时特殊字符转译
    *.vue文件的template标签内使用form标签
    canvas.addEventListener()
    addEventListener(event, function, useCapture) 简记
  • 原文地址:https://www.cnblogs.com/lipeineng/p/6257859.html
Copyright © 2011-2022 走看看