You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using JNI in Android Studio I get this error:
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':app:transformNativeLibsWithMergeJniLibsForDebug'.
More than one file was found with OS independent path 'lib/armeabi-v7a/libaac-encoder.so'
I am kinda new to using Native in Android but what could be the issue here?