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

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

    The following worked for me on Eclipse Juno:

    In Project Properties/Java Build Path:

    • In the Projects tab, added my library projects.
    • In the Order and Export tab, moved my library projects to the top, and checked them

    Not sure if it's relevant, but Android SDK tools is rev 20.0.3 and Android SDK platform tools is 14.

    Good luck.

提交回复
热议问题