简体   繁体   中英

about export jar file

I have a projectA depenced on libx.jar , liby.jar, libz.jar and then export to ===>> libA.jar

And I have a projectB depenced on libA.jar , libx.jar, liby.jar, libz.jar and then export to an android apk.

Now here is a question. ProjectA and ProjectB all depends on libx.jar,liby.jar,libz.jar. How Can I export libA.jar contians all of there before. And then I only need to depence on libA.jar for projectB.

How can I export useful libA.jar for projectB? It seems not workful when I try some method . Thows" Class Def Not Found error".

我猜在您的项目中,将jar放在libs文件夹中,您是否将其添加到构建路径中?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM