In Eclipse, how can I quickly access the source of an “android library project” from the source of a project that uses it?

99封情书 提交于 2019-12-03 15:32:40

Right click on the non-library project (Project B) and select Build Path:

  • In the Projects tab, add the library project Project A as a dependency.
  • In the Order and Exports tab, be sure Project A is given higher precedence than the placeholder/bundle Library Projects.

I had to do both of these steps in order to fix this issue, with ADT15, Eclipse 3.7 and new projects.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!