Click here to Skip to main content
15,889,858 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have downloaded android source code from http://source.android.com/source/downloading.html[^]
I came to know that there's no any source file (.java, .c or any other ) downloaded in source code folder. All I see is just the folders with extensions .git and files with .pack extension. The files which I saw on https:www.android.source.com are not present in my downloaded source code.
Even some folders were not in expected format. They had .git extension ( e-g: build.git instead of build folder.)
is there any way of downloading the remaining files without overriding the existing files?
And if I have downloaded the exact source code, then how can I get those source files which are available on website?
Posted
Updated 15-Jan-15 22:02pm
v3

Hey vinod, I have successfully downloaded android os source code for master branch.

See this link and do all procedure described in it : https://source.android.com/source/building.html[^]

The size of master branch source code is 31.5 GB

I think in your case the problem is, your source code not downloaded properly.
Because after successfully downloading the source code, all source files and folders must be present in your working directory.
 
Share this answer
 
Comments
Vinod Kulkarni 23-Jan-15 0:45am    
Thanks RupeshMote. As per your solution I will try to download the android source code for master branch.
Vinod Kulkarni 27-Jan-15 3:59am    
thanks Rupesh Mote. The size of master branch source code was exactly 31.5GB. And yes my source code was not downloaded properly and that is the reason I faced problems while building the source code.
All the source files and folders were present after complete download.
RupeshMote 27-Jan-15 4:40am    
You are welcome

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900