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

前端 未结 7 1235
北海茫月
北海茫月 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:33

    Sometimes this happens to me. Not sure about the reason but the way I solve is:

    Remove the main project from eclipse. -- Closs Eclipse -- Delete the jar file in the library project -- Open Eclipse -- Wait for the library project to compile -- Import the main project

提交回复
热议问题