I build GDAL v3.12 with sqlite v3.51.1 and get an error. I build successfully but when running in Android I get the following error:
java.lang.UnsatisfiedLinkError: dlopen failed: library "/home/admin/Desktop/GDAL4Android/gdal/cpp/.install/aarch64-linux-android/lib/libsqlite3.so" not found: needed by /data/app/~~aKyQfxg8RiqZA8-MjVXJFg==/com.app.mydemo-EVwHbeGynUNMy9V_2ZZPxQ==/base.apk!/lib/arm64-v8a/libgdal.so in namespace classloader-namespace
P/s: I tried with sqlite v3.48.x everything works fine but from sqlite v3.49.x and above the error occurs
Please help me, thank you so much.
I build GDAL v3.12 with sqlite v3.51.1 and get an error. I build successfully but when running in Android I get the following error:
java.lang.UnsatisfiedLinkError: dlopen failed: library "/home/admin/Desktop/GDAL4Android/gdal/cpp/.install/aarch64-linux-android/lib/libsqlite3.so" not found: needed by /data/app/~~aKyQfxg8RiqZA8-MjVXJFg==/com.app.mydemo-EVwHbeGynUNMy9V_2ZZPxQ==/base.apk!/lib/arm64-v8a/libgdal.so in namespace classloader-namespace
P/s: I tried with sqlite v3.48.x everything works fine but from sqlite v3.49.x and above the error occurs
Please help me, thank you so much.