-
Notifications
You must be signed in to change notification settings - Fork 6
Description
When the library makes it's connection the database, the following error occurs. Interestingly, the sample apple displays the pop-up after resuming the app from a sleep state. My app displays the error on app start (which is when I make the first connection to the database). The popup does not actually prevent the database from being functional and persisting data across app starts/closures (which makes sense given the error below). Even so, it's not feasible to deploy an app that shows a warning pop-up on app start. It works fine with the VS android emulators.
Device Info
Motorola Droid Turbo 2
OS Version 7.0
Error Message
Time Device Name Type PID Tag Message
07-17 21:22:50.152 Motorola XT0000 Warning 23395 linker library "/system/lib/libsqlite.so" ("/system/lib/libsqlite.so") needed or dlopened by "/data/app/Mono.Android.DebugRuntime-1/lib/arm64/libmonosgen-32bit-2.0.so" is not accessible for the namespace "classloader-namespace" - the access is temporarily granted as a workaround for http://b/26394120, note that the access will be removed in future releases of Android

