“No Such Table” Error found in SQLite Android

前端 未结 10 2083
轮回少年
轮回少年 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:49

    I had this problem, but cleaning the project did not fixed it.
    It turned out I passed DATABASE_NAME instead of TABLE_NAME.

提交回复
热议问题