I have an android studio project using SQLCipher, no issues, but when I integrated the Fabric SDK and Crashlytic it is now crashing on Run with an Unsatisfied linker error when I load the libs for SQLCipher because it can't find the libstlport_shared.so
Any one else running this issue? I have no idea where to begin to troubleshoot this. Here is the 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"