首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > Android >

联网git上载android 源码

2012-09-01 
联网git下载android 源码curl http://android.git.kernel.org/repo /usr/bin/repo chmod 777 /usr/bin/re

联网git下载android 源码

curl http://android.git.kernel.org/repo >/usr/bin/repo chmod 777 /usr/bin/repo repo init -u git://Android.git.kernel.org/platform/manifest.git



或者
   1. cd ~
   2. mkdir bin
   3. curl http://android.git.kernel.org/repo >~/bin/repo
   4. chmod a+x ~/bin/repo
   5. PATH=”$HOME/bin:$PATH”

热点排行