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 ?
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!
-----------------------------------------------------------------------------------------------------------------------