Jake
Jake

Reputation: 131

How can I download Android source code

I cannnot vist this site:android.git.kernel.org,where else can I get Android source code? Thanks

Upvotes: 5

Views: 22012

Answers (4)

Klesun
Klesun

Reputation: 13673

The official github mirror seems to be at aosp-mirror now

More info about structure: here

Upvotes: 0

Udinic
Udinic

Reputation: 3064

Downloading the source code for linux/mac is easy using the Google's instructions on http://source.android.com/

But, using Windows I did this by using Ubuntu live CD, and downloading all the source code using the linux instructions.

There are some commands you need to use for the code to be downloaded to your main hardrive. I wrote a blog post about it here: http://udinic.wordpress.com/2011/11/18/the-source-for-all-goodness/

Upvotes: 1

Phillip Fitzsimmons
Phillip Fitzsimmons

Reputation: 2945

If you only want the source on hand for reference there are two very useful Eclipse plugins which complement the SDK and keep Android source up-to-date and correspondent to the target version of your project:

http://adt-addons.googlecode.com/svn/trunk/source/com.android.ide.eclipse.source.update
http://adt-addons.googlecode.com/svn/trunk/binedit/com.android.ide.eclipse.binedit.update

Upvotes: 1

Jens
Jens

Reputation: 17077

There's a mirror over @ github.

https://github.com/android/

Upvotes: 2

Related Questions