ubuntu13下载android源码

一、注意repo的正确地址

repo:curl "http://php.webtutor.pl/en/wp-content/uploads/2011/09/repo" >~/bin/repo

 

二、开始下载源码:

repo init -u https://android.googlesource.com/platform/manifest
repo sync

操作参考:http://source.android.com/source/downloading.html

你可能感兴趣的:(Android源码)