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

后端 未结 3 1221
执念已碎
执念已碎 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 15:08

    If you've got your library project properly included, go to Properties -> Java Build Path -> Order and Export and check all the JARs you wish to include in your main project. This should work, if everything's in the same workspace.

提交回复
热议问题