4月 082017
 

一、下载Android6.0源码

大家可以从清华的镜像站下载源码库,具体参数https://mirrors.tuna.tsinghua.edu.cn/help/AOSP/和网络上的教程

二、安装编译时需要的软件

直接连接Ubuntu速度比较慢,而且Ubuntu官方没有openjdk7的安装包了,所以更换更新源到国内的源,我把阿里和163的源都放进去了

1.先备份更新源

2. 增加阿里的源

3. 增加163的更新源

4. 执行一行apt-get update

5. 安装编译时需要的软件

三、开始编译

四、常见错误及解决办法

1.编译时出现unsupported reloc 43,解决方法如下:

It works to me:
in file /art/build/Android.common_build.mk, find out:

change to :

If it still not works,try this in your android root path: cp /usr/bin/ld.gold prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/bin/ld

打赏
 Posted by on 2017-04-08