Create aar file from multiple libraries

爱⌒轻易说出口 提交于 2019-12-14 03:35:43

问题


I need to create aar file for an android library. We have two other libraries which needs to integrated with main library as source code or .aar files. Dont know how to create single aar file which depends on other local libraries. Please Help.

Need to create aar for LibraryA which depends on LibraryB and LibraryC.


回答1:


If I understand your problem right, you can solve it by using fat-aar: https://github.com/adwiv/android-fat-aar



来源:https://stackoverflow.com/questions/45936005/create-aar-file-from-multiple-libraries

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!