score:-1

i assume that in the manifest file you have android:debuggable="true" and eclipse is able to find the sources. for the android platform sources, do you have the platform sources downloaded?

score:2

go to help > install new software... in eclipse and add the update site: http://adt-addons.googlecode.com/svn/trunk/source/com.android.ide.eclipse.source.update/

you can then download the android sources.

update: for more recent versions of android (api level 14 and up), the android sdk manager allows you to download the source for a specific api level. you can do that and then when you get the source not found message, you can attach the source by entering the path to downloaded source (which should be in your sdk location).


Related Query

More Query from same tag