Source not found Android?

前端 未结 5 771
我在风中等你
我在风中等你 2020-12-02 02:36

am facing a problem in Eclipse android development tool

Source not found
EDIT SOURCE LOOKUP PATH

while i debug code in class Instrumentati

5条回答
  •  [愿得一人]
    2020-12-02 02:46

    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.

提交回复
热议问题