开发者

Jar from library project not resolved in Android app

开发者 https://www.devze.com 2023-02-28 23:37 出处:网络
I\'m building an Android app which uses a library that is defined in another Eclipse project (same workspace). All is working fine, but now I added a jar file to the library p开发者_高级运维roject\'s

I'm building an Android app which uses a library that is defined in another Eclipse project (same workspace). All is working fine, but now I added a jar file to the library p开发者_高级运维roject's build path. In Eclipse I exported the jar file to make it visible to dependent projects of the library (Build Path -> Order and Export -> mark the jar file). Still Eclipse (ADT) complains that the import cannot be resolved. I have set up a test project for the library as well, and there the imports are visible after exporting the jar file as mentioned above. Is there anything I forgot to configure?

Regards, Martin


ADT doesn't seem to pick it up automatically :-/

Manually configuring the main project's build path to rely on the library project's jars worked for me.

Build Path -> Libraries -> Add JARs -> {Library Project}\libs\myjar.jar

0

精彩评论

暂无评论...
验证码 换一张
取 消