Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I find the source for Android 2.3.3 Platform?

When in debug mode I get a source not found message for the android stuff. I am using Andorid-10 to match my device. In the 'android-sdk\sources' I have android-14 and Android-15. How and where can I get the Andorid-10 source tree. I have looked at http://developer.android.com/sdk/android-2.3.3.html but I can't find a source to download.

like image 872
cliff2310 Avatar asked Jan 16 '12 02:01

cliff2310


2 Answers

The best answer for me is going to http://code.google.com/p/adt-addons/ and downloading the Eclipse plugin for Android Sources. To get the plugin, in Eclipse select the 'help' button and select 'install new software'. Then give it http://adt-addons.googlecode.com/svn/trunk/source/com.android.ide.eclipse.source.update/ It is a big down load, but after Eclipse has all the source code.

Thanks for your help

Cliff

like image 118
cliff2310 Avatar answered Nov 05 '22 23:11

cliff2310


I use grepcode to browse and download android source code. You can find a jar with android 2.3 here. You should also be able to download the source code from https://github.com/android and http://code.google.com/p/android/.

like image 37
asenovm Avatar answered Nov 06 '22 01:11

asenovm