Unable to Debug Library Projects with ADT v14 - Source Not Found

前端 未结 7 1270
北海茫月
北海茫月 2021-02-05 02:49

Ever since upgrading my current projects to use the new R14 Tools in Eclipse, I\'m now unable to debug any code that exists in my library projects.

When I hit a break po

7条回答
  •  春和景丽
    2021-02-05 03:32

    I assume you are opeining library project and there you put brakepoint. Try this: On main project open Library Projects->[yourlibrary.jar]->[yourfile.class] from Package Explorer, and then in .class file put brakepoints. This works for me at least :)

提交回复
热议问题