Android Source code download

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Android Source code download

535件の閲覧回数
kapilkumar
Contributor III

Hi

I downloaded source code using below steps on ubuntu12.04

$ cd ~

$ mkdir myandroid

$ mkdir bin

$ cd myandroid

$ curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo

$ chmod a+x ~/bin/repo

$ ~/bin/repo init -u https://android.googlesource.com/platform/manifest -b android-4.4.3_r1

$ ~/bin/repo sync

if i download the same source code on ubuntu14.04 using same steps, will it make any difference in files and folder download ?

0 件の賞賛
返信
1 返信

415件の閲覧回数
CarlosCasillas
NXP Employee
NXP Employee

Hi,

Each Android release documentation indicates the recommended build environment (mentioning version compatibility). Regarding the differences between Ubuntu 12.04 and 14.04, they are minimal; anyway, you could verify the specific requirements on the following link:

Establishing a Build Environment | Android Open Source Project

Hope this will be useful for you.
Best regards!
/Carlos
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛
返信