-
Notifications
You must be signed in to change notification settings - Fork 392
Closed
Description
Please fill out the following details:
- Version of Mobile SDK Used: 4.1.1
- Issue found in Native App or Hybrid App: Native
- OS Version: Android 6.0 API 23
- Device: Emulator - Google API Intelx86 Atom System Image
- Steps to reproduce:
Try to create and use a project specific ContentProvider in the salesforce application eventhough we use the SmartStore and SmartSync
- Actual behavior:
Unable define a ContentProvider and use a custom SQLiteOpenHelper in it
- Expected Behavior:
It must allow us to use our own ContentProvider
- Error Log:
Caused by: java.lang.UnsatisfiedLinkError: dlopen failed: /data/app/com.example-1/lib/x86/libsqlcipher_android.so: has text relocations
at java.lang.Runtime.loadLibrary(Runtime.java:372)
at java.lang.System.loadLibrary(System.java:1076)
at net.sqlcipher.database.SQLiteDatabase.loadLibs(SQLiteDatabase.java:174)
at net.sqlcipher.database.SQLiteDatabase.loadLibs(SQLiteDatabase.java:169)
at com.example.helper.ProjectDbOpenHelper.<init>(ProjectDbOpenHelper.java:29)
at java.lang.reflect.Constructor.newInstance(Native Method)
Other Information:
- It was working fine for Android 5.0 API 21 in the emulator
Metadata
Metadata
Assignees
Labels
No labels