I am developing my first Basic4Android app.
It is going well but during development when I update my SQLite database externally I have to remove the existing database from the file list and add the updated database with a different version name and change the reference to the database in the code. Directly changing the database in the file list does not appear to work.
My questions:
Where is an embedded SQLite database held in my project?
Is my difficulty due to the fact that the database is embedded in the apk file and therefore not accessible?
Best wishes, John M.
It is going well but during development when I update my SQLite database externally I have to remove the existing database from the file list and add the updated database with a different version name and change the reference to the database in the code. Directly changing the database in the file list does not appear to work.
My questions:
Where is an embedded SQLite database held in my project?
Is my difficulty due to the fact that the database is embedded in the apk file and therefore not accessible?
Best wishes, John M.