Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Source not found Android?

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..

like image 853
UMAR-MOBITSOLUTIONS Avatar asked Feb 28 '23 19:02

UMAR-MOBITSOLUTIONS


1 Answers

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.

like image 133
Dave Webb Avatar answered Mar 07 '23 06:03

Dave Webb