首頁(yè) 收藏 QQ群
 網(wǎng)站導(dǎo)航

ZNDS智能電視網(wǎng) 推薦當(dāng)貝市場(chǎng)

TV應(yīng)用下載 / 資源分享區(qū)

軟件下載 | 游戲 | 討論 | 電視計(jì)算器

綜合交流 / 評(píng)測(cè) / 活動(dòng)區(qū)

交流區(qū) | 測(cè)硬件 | 網(wǎng)站活動(dòng) | Z幣中心

新手入門(mén) / 進(jìn)階 / 社區(qū)互助

新手 | 你問(wèn)我答 | 免費(fèi)刷機(jī)救磚 | ROM固件

查看: 58635|回復(fù): 1
上一主題 下一主題
[源碼]

Android源碼下載

[復(fù)制鏈接]
跳轉(zhuǎn)到指定樓層
樓主
發(fā)表于 2013-8-28 16:30 | 只看該作者 回帖獎(jiǎng)勵(lì) |倒序?yàn)g覽 |閱讀模式 | 未知
5
1、先安裝curl、git工具。
   
2、創(chuàng)建一個(gè)放android源碼的目錄。   
$ mkdir ~/Android_src   
$ mkdir ~/bin   
3、下載repo   
$ cd ~/bin   
$ curl http://android.git.kernel.org/repo > ~/bin/repo   
$ chmod a+x ~/bin/repo   
4、將repo工具所在的路徑加入環(huán)境變量里PATH(/etc/environment/)中。   
或是在使用repo工具時(shí),手動(dòng)指定repo路徑。   
$ cd ~/Android_src   
$ ~/bin/repo init -u git://android.git.kernel.org/platform/manifest.git   
注:可加 -b 指定所要下的版本,如不加則默認(rèn)為最新版本。   
5、同步代碼   
$~/bin/repo sync   
注:這過(guò)程比較慢長(zhǎng),一較要2~3個(gè)小時(shí)(主要由風(fēng)速?zèng)Q定)   
   
如感覺(jué)上述麻煩,可新建如下腳本,只要運(yùn)行如下腳本一切ok!?。?nbsp;  
#!/bin/sh   
  2 ########################################   
  # Create ~/Android_src directory   
  # Create ~/bin directory   
  ########################################   
sudo ln -snf /bin/bash /bin/sh   
if [ -z $(which curl ) ] ; then   
    sudo apt-get -y --force-yes --reinstall install curl   
fi   
if [ -z $(which git-core ) ] ; then   
    sudo apt-get -y --force-yes --reinstall install git-core   
fi   
test -d ~/bin || mkdir ~/bin   
   
test -e ~/bin/repo || curl http://android.git.kernel.org/repo > ~/bin/repo   
test -x ~/bin/repo || chmod a+x ~/bin/repo   
   
test -d ~/Android_src || mkdir ~/Android_src   
cd ~/Android_src   
~/bin/repo init -u git://android.git.kernel.org/platform/manifest.git   
~/bin/repo sync   
   

上一篇:深入學(xué)習(xí)android之AlarmManager
下一篇:Android2.2系統(tǒng)中自帶的圖片資源 J-P

相關(guān)帖子

沙發(fā)
發(fā)表于 2018-10-19 07:51 | 只看該作者 | 來(lái)自湖北
謝謝分亭

本版積分規(guī)則

Archiver|新帖|標(biāo)簽|軟件|Sitemap|ZNDS智能電視網(wǎng) ( 蘇ICP備2023012627號(hào) )

網(wǎng)絡(luò)信息服務(wù)信用承諾書(shū) | 增值電信業(yè)務(wù)經(jīng)營(yíng)許可證:蘇B2-20221768 丨 蘇公網(wǎng)安備 32011402011373號(hào)

GMT+8, 2024-12-22 10:48 , Processed in 0.051593 second(s), 15 queries , Redis On.

Powered by Discuz!

監(jiān)督舉報(bào):report#znds.com (請(qǐng)將#替換為@)

© 2007-2024 ZNDS.Com

快速回復(fù) 返回頂部 返回列表