I get this crash on android studio, when i'm open the app, right after self updating the APK.
I read this posts :
Android Studio: java.lang.UnsatisfiedLinkError: dlopen failed
dlopen(“xxxx”) failed: dlopen failed: library “xxxx” not found 1
Android M crash java.lang.UnsatisfiedLinkError: dlopen failed: 5
and i tried to download the file and copy it in libs
directory, but it still didn't work.
Does anyone know a simple solution ?
BTW, I'm using sqlcipher
, as I understand it can be related.