DEV Community

Mayank
Mayank

Posted on

Answer:

None of the methods above to create and include aar worked for me. Finally got the solution here - https://stackoverflow.com/a/49663101/9640177

implementation files('libs/aar-file.aar')

Edit I had one more complication - I had set minifyEnabled true for the library module.

Top comments (0)