网上搜来的有用网址
http://blog.csdn.net/zgmzyr/article/details/17194039
关联android-support-v4.jar源码的方法:
http://stackoverflow.com/questions/8543225/android-support-library-v4-getting-the-source-and-attaching-it-to-the-library/13269836#13269836
- Goto "Configuration Build Path"
- Add External JARs >
YourProject/libs/android-support-v4.jar
(I know your project had already referenced to it but don't worry, just add it again). - Attache Source to the External Jar:
android-sdk/extras/android/support/v4/src
- Switch to the "Order and Export" tab, pull up the external jar above the "Android Dependencies"
各个版本Android Source Code下载地址:
http://grepcode.com/project/repository.grepcode.com/java/ext/com.google.android/android/
打开后点右边任意一个版本version就会出现相应的*.jar和*-source.jar下载了.