SQLCipher and Fabric/Crashlytics issue in Android Studio -
i have android studio project using sqlcipher, no issues, when integrated fabric sdk , crashlytic crashing on run unsatisfied linker error when load libs sqlcipher because can't find libstlport_shared.so
any 1 else running issue? have no idea begin troubleshoot this. here error.
10-27 11:12:27.869: e/androidruntime(4189): java.lang.unsatisfiedlinkerror: dalvik.system.pathclassloader[dexpathlist[[zip file "/data/app/com.myapp.myapp-2/base.apk"],nativelibrarydirectories=[/data/app/com.myapp.myapp-2/lib/arm64, /vendor/lib64, /system/lib64]]] couldn't find "libstlport_shared.so"
sqlcipher android includes armeabi
, armeabi-v7a
, , x86
native libraries. might try removing arm64
versions of other libraries (i.e., fabric , crashlytic) if possible see if android attempts load armeabi
version of libraries.
Comments
Post a Comment