I have created a SQLite database using DBBS
database.db.sql
I then put this file in src/main/assets/
and load it from /data/data/PACKAGE_NAME/databases/database.db.sql
.
However, when I try to query the database it throws me the following error
"no such table"
What I've tried:
- Unistall and reinstall the app
- Create the database again
What am I doing wrong? Is the path of the database correct?