SQLite Forum

Local Database is not creating in NDK android app
Login
Thanks for the crash dump and other information.

Your problem appears to be with the Android shim for SQLite, not with SQLite itself.  Both SqliteDatabase and getReadableDatabase() are parts of the Android shim, and no element of your crash dump mentions anything which is part of SQLite itself.  There's nothing there that even an expert on SQLite can help with.

I would post on an Android forum, looking for people familiar with SqliteDatabase and/or libEGL.  Your crash dump, and the list of models which do and don't work should be especially useful.  Good luck.