Android column '_id' does not exist?

前端 未结 8 953
野性不改
野性不改 2020-11-22 15:39

I\'m having trouble with something that works in the Notepad example. Here\'s the code from the NotepadCodeLab/Notepadv1Solution:

String[] from = new String[         


        
8条回答
  •  野性不改
    2020-11-22 15:58

    What solved my issue with this error was that I had not included the _id column in my DB query. Adding that solved my problem.

提交回复
热议问题