I have a problem with Android Studio and Gradle to import appcompat-v7.
appcompat-v7
So here is my src/build.gradle:
src/build.gradle
apply plugin: \'andro
I had the same issue with our own library. The final .aar contained a non valid .so filename inside.
Cleanup all the dependencies and rebuilt fixed the issue.
I found the issue by enabling --stacktrace with Gradle.