I use Dexguard for my release build, but I got this exception:
java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/myapp.app-1/base.apk"],nativeLibraryDirectories=[/data/app/myapp.app-1/lib/arm64, /data/app/myapp.app-1/base.apk!/lib/arm64-v8a, /system/lib64, /vendor/lib64]]] couldn't find "libi.so"
I use Card.IO and SQLCipher which contains native code. I got this exception after I added to my project the Card.IO library. If I just click on the play button in android studio everything is okay, but in release version my app does not work.
Can you help me how can I solve my problem?