Open deboLing opened 1 month ago
I have the same error. Is there any other solution?
I was able to resolve it by adding this under android{} block in app/build.gradle:
packagingOptions {
jniLibs.pickFirsts.add("**/libc++_shared.so")
}
And this to AndroidMainfest.xml:
<application
android:extractNativeLibs="true">
Execution failed for task ':app:mergeDebugNativeLibs'.