is source code for android.jar available

satya - Thursday, December 11, 2008 1:00:39 PM

a note on debugging

a note on debugging

satya - Thursday, December 11, 2008 1:16:15 PM

home page of android source distribution

home page of android source distribution

satya - Thursday, December 11, 2008 1:17:18 PM

Getting android.jar source code (for windows): a discussion

Getting android.jar source code (for windows): a discussion

satya - Thursday, December 11, 2008 1:18:25 PM

Download the android.jar source tar zip file from git directly

Download the android.jar source tar zip file from git directly

satya - Thursday, December 11, 2008 1:19:21 PM

where to search for the source code of android java package

where to search for the source code of android java package

satya - Thursday, December 11, 2008 1:20:35 PM

Source code for SkMatrix.cpp

Source code for SkMatrix.cpp

satya - Thursday, December 11, 2008 1:21:24 PM

SkMatrix.h file

SkMatrix.h file

satya - Thursday, December 11, 2008 2:21:49 PM

How to attach android java source to android.jar in eclipse?

Sometimes you may want to debug into external jar files. You may have acquired the sources for the jar file separately from the binary jar. In such cases you can use the following process to indicate the sources to eclipse so that at debugging time you can step into the source files.

Look for the jar that you have source for in the "Referenced Libraries" underneath your project in the project explorer. Expand "Referenced Libraries" by opening the plus sign.

Click on the jar file and right click for properties. You will see an option called "Java Source Attachment". Specify the path or the jar file of the source here.

These steps may vary depending on the eclipse release. However bottomline is that you can attach source to an existing jar.

Occasionally though, the source options for a jar are turned off, as the jar file is indicated as an immutable system library. In such cases you may want to drop or remove the jar file and that library and explicitly add it as a user library as if you are attaching that jar yourself and then proceed to attach source code to it.

satya - Thursday, December 11, 2008 2:24:31 PM

Eclipse FAQ

Eclipse FAQ

satya - Tuesday, November 22, 2011 11:06:39 AM

See this code search facility if useful

See this code search facility if useful

satya - Tuesday, November 22, 2011 11:07:05 AM

here is stackoverflow discussion on this topic

here is stackoverflow discussion on this topic

satya - Tuesday, November 22, 2011 3:15:36 PM

Looks like these http interfaces to android git have been disabled

I am no longer able to access the git site directly. The http to the git repository is rediected to a help page to download the distribution.

There are also rumors that google search code project may not be available starting Jan 2012.

May have to bite the bullet and get the "git" client for windows and may be "repo" tool as well.

satya - Tuesday, November 22, 2011 3:16:04 PM

android git source http redirected, why??

android git source http redirected, why??

Search for: android git source http redirected, why??

satya - Wednesday, November 23, 2011 9:57:43 AM

Use this link to download and use git from windows to download specific androir repositories

Use this link to download and use git from windows to download specific androir repositories

Looks like the online browsing is temporarily not avaiable from google at this time. It is expected to be made available in a few weeks to a few months.

meanwhile one can use "google code search". However even that site doesnt seem to be searching the latest 4.0 repositories

So this link will help you with

what is git
how to install git
how download the names of android repositories
how to download (git clone) each repository
miscellaneous links to other research items