You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No pending exception expected: java.lang.NoSuchFieldError: no "J" field "mNativeHandle" in class "Lnet/sqlcipher/database/SQLiteDatabase;" or its superclasses
sqlcipher version is 4.5.4
sqlite version is 2.2.0
I found this mistake after i modified minSdkVersion 26 —>25
logcat displays the wrong statement :SQLiteDatabase.loadLibs(context);
No pending exception expected: java.lang.NoSuchFieldError: no "J" field "mNativeHandle" in class "Lnet/sqlcipher/database/SQLiteDatabase;" or its superclasses
sqlcipher version is 4.5.4
sqlite version is 2.2.0
I found this mistake after i modified minSdkVersion 26 —>25
logcat displays the wrong statement :SQLiteDatabase.loadLibs(context);
I saw an issue dealing with this problem
#442 (comment)
but its not work for me
The text was updated successfully, but these errors were encountered: