我有两个Android
eclipse项目,一个包含我的应用程序,另一个包含作为包含公共代码的库。应用程序项目使用公共项目作为依赖项,当我尝试通过单步执行应用程序项目调试公共项目中的代码时,我收到此错误:
The JAR of this class file belongs to container 'Android Dependencies' which does not allow modifications to source attachments on its entries
我已经知道 this 答案,其中包括将源附加到JAR,但它没有提到如何对eclipse项目依赖项执行相同的操作。
如何将源附加到Android eclipse项目依赖项?