SQLite Forum

Local Database is not creating in NDK android app
Login
Yes, I tried to know version and it's 3.19.4. 
Application is crashing while calling getReadableDatabase() method of SqliteDatabase. 
So I debugged and found that database is not created on /data/data/project-package/database path.

Also, project trying to access below native libraries
libandroid_runtime.so,
libopenjdk.so
libart.so
libjavacore.so
libbinder.so

App is crashing at same place everytime.

Crash dump
#00 0x0000000000002110 /dev/ashmem/dalvik-non moving space (deleted) (offset 0x2f19000)
#01 0x000000000000e0ec /system/lib64/libEGL.so (android::egl_cache_t::loadBlobCacheLocked()+96)
#02 0x000000000000e028 /system/lib64/libEGL.so (android::egl_cache_t::getBlob(void const*, long, void*, long)+140)
#03 0x00000000001c2270 /system/vendor/lib64/egl/libGLESv2_adreno.so (EsxShader::Compile(EsxContext*, int)+292)