现在的位置: 首页 > 综合 > 正文

Android Source Open Project-overview

2018年01月10日 ⁄ 综合 ⁄ 共 911字 ⁄ 字号 评论关闭

Android源代码

安卓是一个为广泛的不同的形式因素的设备创建的开源软件栈。安卓系统的主要目的是创建一个开放的软件平台,从而为了运营商,oem,和开发者将他们的创新想法成为现实,引进一个能够为用户的提供更好的移动产品体验的,成功的,真实的产品我们也想确保没有 central
point of failure,没有一个行业玩家可以限制或控制任何其他的创新。它是
一个为了定制和移植完整的,高质量的开源消费产品。

Codelines,
Branches, and Releases

下面的图表描述了在概念层面AOSP如何管理代码和版本。我们称这些为“代码线”而不是“分支”,
因为在任何给定的时刻对于一个给定的代码线可能会有多个分支。
例如,
发布时,它可能会或可能不会成为一个新分支基于目前的需要。



Platform
Codenames, Versions, API Levels, and NDK Releases

Code
name Version
API level
(no code name) 1.0
API level 1
(no code name) 1.1
API level 2
Cupcake 1.5
API level 3, NDK 1
Donut 1.6
API level 4, NDK 2
Eclair 2.0
API level 5
Eclair 2.0.1
API level 6
Eclair 2.1
API level 7, NDK 3
Froyo 2.2.x
API level 8, NDK 4
Gingerbread 2.3 - 2.3.2
API level 9, NDK 5
Gingerbread 2.3.3 - 2.3.7
API level 10
Honeycomb 3.0
API level 11
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
Ice Cream Sandwich 4.0.3 - 4.0.4
API level 15, NDK 8
Jelly Bean 4.1.x
API level 16
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



抱歉!评论已关闭.