Android Source code download

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Android Source code download

418 Views
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 Kudos
1 Reply

298 Views
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 Kudos