android获取源代码、编译、命令
http://source.android.com/porting/build_system.htmlhttp://source.android.com/porting/build_cookbook.html (Build Cookbook,Android.mk中变量含义)http://source.android.com/source/git-repo.html(using git and repo)~~~my~~~1. 新建一个目录下载源码:mkdir eclair-dev && cd eclair-devrepo init -u git://192.168.3.120/android2.1/platform/manifest.git -b eclair-devrepo sync2. 取出开发分支repo forall -c git checkout korg/eclair-0901 -b eclair-0901~~~my~~~正确的编译android sdk:cd myandroid. ./build/envsetup.shlunch sdk-eng
...