Create Aar File From Multiple Libraries
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 sing
Solution 1:
If I understand your problem right, you can solve it by using fat-aar: https://github.com/adwiv/android-fat-aar
Post a Comment for "Create Aar File From Multiple Libraries"