“No Such Table” Error found in SQLite Android

前端 未结 10 2097
轮回少年
轮回少年 2020-12-06 11:12

I am trying to learn about SQLite databases, but I really hate dealing with any back-end stuff, with a passion. I\'m already hitting walls with a seemingly simple problem. <

10条回答
  •  清歌不尽
    2020-12-06 11:35

    If for some reason, you dropped the table, you might want to delete the database to force the application to recreate it correctly. Use adb shell and find the database in /data/data/[package_name]/databases/. You can just delete the file.

提交回复
热议问题