lion下安装android参考http://source.android.com/source/downloading.html装repo 一个python的东西mkdir
lion下安装android
参考http://source.android.com/source/downloading.html
装repo 一个python的东西
mkdir ~/bincd bin/curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repochmod a+x ~/bin/repo$ mkdir WORKING_DIRECTORY$ cd WORKING_DIRECTORY$repo init -u https://android.googlesource.com/platform/manifest$ repo init -u https://android.googlesource.com/platform/manifest -b android-4.0.1_r1$ repo sync
http://source.android.com/source/version-control.html
http://source.android.com/source/downloading.html
