我正在发现这一错误。
IllegalArgumentException: column _id does not exist
在使用<代码>SimpleCursorAdapter从我的数据库检索时,表格确实有<代码>_id栏。 谈到这一共同问题,我努力围绕它开展工作,提供了一些在线解决办法,但没有一项工作。 这是我的 cur问:
SimpleCursorAdapter mAdapter = new SimpleCursorAdapter(this, R.layout.quoterow, myCursor, new String[]{"_id", "quote"}, new int[]{R.id.quote});
...... 我应提及原件不包括<代码>_id。 我在一栏中补充说,最近尝试并解决这一问题。 是否有任何想法可能有助于解决问题?