-
Notifications
You must be signed in to change notification settings - Fork 157
Library loader #105
Copy link
Copy link
Closed
Description
On some devices there is a problem loading the native library since a wrong package installation.
I've solved this problem using the "ReLinker" library which extract the native source code from the APK if not presented.
In my opinion there are 2 easy solutions for that.
- Expose an API for custom native loading implementation.
- Use "ReLinker" directly.
Currently I change the loading to be at the "SQLiteOpenHelper" instead of "SQLiteDatabase" since the ReLinker need the android context.
ReLinker.loadLibrary(context, "sqlite3x");
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels