I have 4 versions of the library:
- lib_arm7.aar
- lib_arm8.jar
- lib_x86.aar
- lib_x86_64.aar
How can I add them correctly?
I added these files to the libs folder and added the following line to build.gradle:
implementation fileTree(include: ['*.jar','*.aar'], dir: 'libs')
But I have the following error:
Error: Program type already present:
Comments
Post a Comment