Having the source code attached to external libraries is awesome. Where to find the source code for the v4 support package? Preferably it would be a zip file which could be easily attached to the android-support-v4.jar in Eclipse.
|
|
After downloading the support package from the Android SDK Manager, you can find the source code of support package in folder <android-sdks>/extras/android/support/v4/src. |
|||||
|
|
Here the solution to attache the source of the support library in Eclipse Juno I suppose that your project already has
Enjoy navigating the support library with source! if you have an "Android Test Project" attached to |
|||||||||
|
|
I just want to add yet another method of attaching sources for the support library. It requires ADT in version 20 or later. Supposedly this method works for all JARs for which setting source/javadoc location is disabled by the container. Here's what you need to do:
Worked perfectly in my case. One thing to note: if Short description of this feature written by it's author can be found here. If anyone is interested in how exactly this Edit Please also see a fine comment by WindRider about adding sources properly in a project with multiple referenced libraries. |
|||||||||||||||
|
|
Referencing the accepted answer, it is also possible to attach the source straight from the directory without building a .jar file. From the Java build path / libraries tab, expand android-support-v4.jar, highlight "Source attachment", click "Edit...", "External Folder..." then point to (android-sdk)\extras\android\support\v4. This was tested using eclipse indigo. From the comments:
|
|||||||||||||||||||
|
