编译 Android 源码
2010-03-19 07:12:00 来源:WEB开发网核心提示:# source ~/.bashrc4 unzip the code using tar command# tar xvjf cross-4.2.2-eabi.tar.bz2 -C /usr/local/arm1.3 Build Android1. 用tar命令将源码解压到某路径下path/.2. Move to an
# source ~/.bashrc
4 unzip the code using tar command
# tar xvjf cross-4.2.2-eabi.tar.bz2 -C /usr/local/arm
1.3 Build Android
1. 用tar命令将源码解压到某路径下path/.
2. Move to android directory and build it.
# cd path/android(这个是你解压android源码后的路径)
# make(这步是编译,可能会需要很长时间)
明天再写如何在Eclipse下调试android源码
更多精彩
赞助商链接