Android版本太乱,问个版本问题,Android2.3.3/4/5/6/7与Android3.0/3.1/3.2/4.0的联系与区别

解决方案 »

  1.   

    这个没啥好纠结的,不管什么系统还是工具都会不断的的优化的撒M 不断的修改BUG ,
    好纠结啊啊
      

  2.   

    Android2.3.3/4/5/6/7----主要用于手机?Android3.0/3.1/3.2-----主要用于平板电脑?Android4.0-----主要用于手机+平板电脑?----大一统?
      

  3.   

    4楼明明是楼主嘛,现在手机开发基本都是基于2.2以上的,你的理解:Android2.3.3/4/5/6/7----主要用于手机?Android3.0/3.1/3.2-----主要用于平板电脑?Android4.0-----主要用于手机+平板电脑?----大一统?是这样子的拉。
      

  4.   

    关于API应用领域的不同,楼主已经说了,那么我就来介绍下API代码的具体不同,主要包括三种:添加,删除,过时
    详见:http://developer.android.com/sdk/index.html
    随便点击“Android 4.0 platform”列表会展开“API Differences Report ”
    友情提示下:这个API different Report所说的不同是针对上一个版本的,比如你选的是android2.2那么就是根据android2.1来对比的
      

  5.   

    android 2.3.4 与2.3.5 、2.3.6、2.3.7后续版本都新增哪些新特性呢?谢谢!http://topic.csdn.net/u/20111212/13/4f56b943-b50f-4afd-8fd1-16871fc46cf8.html
      

  6.   

    google已经恢复了android代码获取  
    http://www.cnblogs.com/flyme/archive/2011/10/26/2224888.htmlGoogle已经恢复了android代码的获取,可以参看他的android source的官方网站  http://source.android.com/source/index.htmlTo check out a branch other than "master", specify it with -b:$ repo init -u https://android.googlesource.com/platform/manifest -b android-2.3.7_r1Starting with Donut, the exact list of tags and builds is in the following table:Build Tag Notes 
    DRC83 android-1.6_r1.1 earliest Donut version, ADP1, ADP2 
    DRC92 android-1.6_r1.2   
    DRD08 android-1.6_r1.3   
    DRD20 android-1.6_r1.4   
    DMD64 android-1.6_r1.5 latest Donut version 
    ESD20 android-2.0_r1 earliest Eclair version 
    ESD56 android-2.0.1_r1   
    ERD79 android-2.1_r1 Nexus One 
    ERE27 android-2.1_r2 Nexus One 
    EPE54B android-2.1_r2.1p Nexus One 
    ESE81 android-2.1_r2.1s   
    EPF21B android-2.1_r2.1p2 latest Eclair version 
    FRF85B android-2.2_r1 earliest Froyo version, Nexus One 
    FRF91 android-2.2_r1.1 Nexus One 
    FRG01B android-2.2_r1.2   
    FRG22D android-2.2_r1.3   
    FRG83 android-2.2.1_r1 Nexus One 
    FRG83D android-2.2.1_r2 Nexus One 
    FRG83G android-2.2.2_r1 latest Froyo version, Nexus One 
    GRH55 android-2.3_r1 earliest Gingerbread version, Nexus S 
    GRH78 android-2.3.1_r1 Nexus S 
    GRH78C android-2.3.2_r1 Nexus S 
    GRI40 android-2.3.3_r1 Nexus One, Nexus S 
    GRI54 android-2.3.3_r1.1 Nexus S 
    GRJ06D android-2.3.4_r0.9 Nexus S 4G 
    GRJ22 android-2.3.4_r1 Nexus One, Nexus S, Nexus S 4G 
    GRJ90 android-2.3.5_r1 Nexus S 4G 
    GRK39C android-2.3.6_r0.9 Nexus S 
    GRK39F android-2.3.6_r1 Nexus One, Nexus S 
    GWK74 android-2.3.7_r1 latest Gingerbread version, Nexus S 4G 回头试一下~
     
     
      

  7.   

    Android的官方网址
    http://developer.android.com/index.html
    http://source.android.com/index.html