SQLiteException: no such table

后端 未结 9 647
礼貌的吻别
礼貌的吻别 2021-01-06 08:26

I am using my own SQLite3 database as opposed to creating a new one each time my app runs, as I have a few tables with static data that I am trying to display. I created my

9条回答
  •  长发绾君心
    2021-01-06 08:49

    Have you moved the database from the assets folder to /data/data/YOUR_PACKAGE/databases/ on the emulator?

    This is a good detailed post about moving the database to /data/data/YOUR_PACKAGE/databases/ if it does not exist.

    Here is another short and simple solution to it.

提交回复
热议问题