Fatal Exception: java.lang.UnsatisfiedLinkError dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.myapp-1/base.apk"],nativeLibraryDirectories=[/data/app/com.myapp-1/lib/arm64, /vendor/lib64, /system/lib64]]] couldn't find "libnative.so"
It only happens on the ARM64 devices. I don't setup any custom NDK build in my gradle setting.
Looks like Android Studio somehow messing up the correct folder to copy the .so file.
How does the happen and how to fix it?