Sqlite erro in Mobile Android 8.1 Cannot load client library: libsqlite.so
Posted: Thu 27 Sep 2018 19:40
I'm using Delphi 10.2 update 3
Unidac 7.3.10
Android 8.1
If generating the demo of unidac and running on Android works if:
do not change the AndroidManifest.template.xml
but if it is generated with API 14.
If you move to:
<uses-sdk android: minSdkVersion = "14" android: targetSdkVersion = "26" />
and let sqlite direct true work.
UniConnection.SpecificOptions.Values ['Direct']: = 'True';
But if you leave false
error:
Can not load client library: libsqlite.so
Unidac 7.3.10
Android 8.1
If generating the demo of unidac and running on Android works if:
do not change the AndroidManifest.template.xml
but if it is generated with API 14.
If you move to:
<uses-sdk android: minSdkVersion = "14" android: targetSdkVersion = "26" />
and let sqlite direct true work.
UniConnection.SpecificOptions.Values ['Direct']: = 'True';
But if you leave false
error:
Can not load client library: libsqlite.so