views:

323

answers:

2

dear friends,

am facing a problem in Eclipse android development tool

Source not found
EDIT SOURCE LOOKUP PATH

while i debug code in class Instrumentation.class at line @param info ActivityInfo from the manifest

above error is raised.

can any one guide me how to resolve this issue?? i am new to android development..

A: 

Check your eclipse build path if the folder, that contains you source code is really on the defined build path.

Andreas_D
+1  A: 

The sources of the Android API are not included in the SDK download. So when the debugging goes to an Android class Eclipse will raise an error.

Have a look at this questions for instructions on how to add the source to Eclipse.

Dave Webb
i have seen this example many times.. but the problem is i am doing development in windows vista and this tutorial leads to android site which tells windows is not supported so in order to download source code only mac and linux are supported :(
UMMA