I am trying to get sources.zip for android version 4.0.3.I downloaded com.android.ide.eclipse.source_16.0.0.201112171909
which contains 3, 4, 5, 6, 7, 8, 9, 10, 14
I’m looking for 15 so I can put the sources.zip from that in C:\Program Files (x86)\Android\android-sdk\platforms\android-15
Thanks
i am not so clear about your question, but you can get All the Source Code from the Google Source Code
and for Particular Source Code of
4.0.3 r3you can Download from 4.0.3 r3 Source CodeEDITED :
you Just have to Download the Source Folder from the second Link i have Given you.
you will get jar file like
android-4.0.3_r1-sources.jarDownload itPlace it Inside Android-15 folder.
Now Whne you press F3 on “Activity” you will show
Activity.classfile and also Button withAttach Source Codeby Clicking on it you will ask to Enter the Path of you jar file. Put here the Path of../android-15-->android-4.0.3_r1-sources.jarand Thats it. after that you will see the Inside coding of Activity Class.Also Make Sure you are Placing the Jar file of same version as Target Version of Application
Hope it will help you.