Android: 下载并编译Android Source Tree

Android Source的下载及其编译参照:

1. Initializing a Build Environment

http://source.android.com/source/initializing.html

2. Downloading the Source Tree

http://source.android.com/source/downloading.html

3. Building the System

http://source.android.com/source/building.html

注意:

1)Ubuntu系统推荐使用12.04 LTS,而不是Google推荐使用的10.04。

2)第一次build时,使用make命令,而不是使用Google推荐的make -jn,因为多个线程同时build时,经常会产生依赖文件还没有build完成导致的不同步问题。

3)第一次build时,会出现3个左右错误,网上搜一下即可,都是常见错误,很容易解决。

Android: 下载并编译Android Source Tree

转载于:https://www.cnblogs.com/Hiddendragon/archive/2013/02/06/2904068.html

更多相关文章

  1. android之wifi移植全过程(一)
  2. Android资源下载
  3. Android_linux下android platforms下载地址
  4. The "Android" command is deprecated.
  5. Android做了些什么?
  6. Android系列之Android(安卓)命令行手动编译打包详解
  7. Android(安卓)Studio(四):Android(安卓)Studio集成Genymotion
  8. Android开发环境配置备忘录
  9. Android(安卓)Studio 使用 Lambda表达式

随机推荐

  1. android 图片圆角处理
  2. Android 7.0调用系统相机返回路径问题
  3. Gradle 的配置
  4. TextWatcher监控EditText (转)
  5. 检测android机器是否有GPS模块
  6. Android调用系统播放器
  7. 20.Android读唯一的设备号IMEI
  8. Android中获取屏幕长宽的方法
  9. Android 自定义日历控件
  10. Android Event.getX 与getRawX的区别