Compiling Android scource code on ubuntu 9.10
I have downloaded the android source code (1.5 Gb and appx. 5 Gb after extracting).My intention is to compile this. 1) Do i need a toolchain for arm ..if yes which one will be suitable. 2) to run 开发者_如何学编程simulator and to be able to debug on workstation do i need to have any specific PC -linux toolchain .
1) http://source.android.com/source/download.html explains building the code for the Android Open Source project. 2) http://source.android.com/source/using-eclipse.html explains how to debug the emulator using eclipse.
for compiling on Ubuntu 9.10, you also have to watch out the version of tool chain, ex. python, java.
精彩评论