Jars added to an Android library are not getting referenced in the project

后端 未结 3 1240
执念已碎
执念已碎 2021-01-13 14:10

I have created an Android library where I included some external jars. These jars are seen in \"Referenced Libraries\" under the library project. When I reference this libra

3条回答
  •  长发绾君心
    2021-01-13 14:52

    Exporting jars from library project through the Properties -> Java Build Path -> Order and Export doesn't actually work at the end: Eclipse is able to compile a dependent project, but jars do not appear in the final apk and you get a runtime exception.

提交回复
热议问题