美文网首页
Android SDK 与API版本对应关系

Android SDK 与API版本对应关系

作者: 琦琦出去玩了 | 来源:发表于2017-08-30 15:30 被阅读186次

    Android SDK版本号 与 API Level 对应关系如下表:

    Code name Version API level
    Nougat 7.1.1 API level 25
    Nougat 7.0 API level 24 2016 年 , 7.0 Nougat(牛轧糖)
    Marshmallow 6.0 API level 23
    Lollipop 5.1 API level 22
    Lollipop 5.0 API level 21
    KitKat Watch 4.4W API level 20
    KitKat 4.4 - 4.4.4 API level 19 2013年9月4日,KitKat(奇巧)
    Jelly Bean 4.3.x API level 18
    Jelly Bean 4.2.x API level 17
    Jelly Bean 4.1.x API level 16
    Ice Cream Sandwich 4.0.3 - 4.0.4 API level 15, NDK 8
    Ice Cream Sandwich 4.0.1 - 4.0.2 API level 14, NDK 7 2011年10月19日,IceCreamSandwich(冰激凌三明治)
    Honeycomb 3.2.x API level 13
    Honeycomb 3.1 API level 12, NDK 6
    Honeycomb 3.0 API level 11 2011年2月2日,Honeycomb(蜂巢)
    Gingerbread 2.3.3 - 2.3.7 API level 10
    Gingerbread 2.3 - 2.3.2 API level 9, NDK 5 2010年12月7日,Gingerbread(姜饼)
    Froyo 2.2.x API level 8, NDK 4 2010年5月20日,Froyo(冻酸奶)
    Eclair 2.1 API level 7, NDK 3
    Eclair 2.0.1 API level 6
    Eclair 2.0 API level 5 2009年10月26日,Eclair( 松饼)
    Donut 1.6 API level 4, NDK 2 2009年9月15日,Donut(甜甜圈)
    Cupcake 1.5 API level 3, NDK 1 2009年4月30日,Cupcake(纸杯蛋糕)
    (no code name) 1.1 API level 2 2008 年9月发布的Android第一版
    (no code name) 1.0 API level 1

    相关文章

      网友评论

          本文标题:Android SDK 与API版本对应关系

          本文链接:https://www.haomeiwen.com/subject/ojntjxtx.html