I'm currently testing an app on several devices.
One of them, an older HTC, crashes with the following error:
android.database.sqlite.SQLiteCantOpenDatabaseException: unable to open database file
This happens in a module on this line:
Since the "true" flag is passed, a new db should be created, but for one reason or another this does not seem to work on this specific device.
What am I missing?
One of them, an older HTC, crashes with the following error:
android.database.sqlite.SQLiteCantOpenDatabaseException: unable to open database file
This happens in a module on this line:
B4X:
SQL.Initialize(File.DirDefaultExternal, "mydb.db", True)
Since the "true" flag is passed, a new db should be created, but for one reason or another this does not seem to work on this specific device.
What am I missing?