Android Source code download

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Android Source code download

562 次查看
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 回复

442 次查看
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 项奖励
回复