Android异常总结---E/AndroidRuntime(23439): Caused by: java.lang.IllegalArgumentException: column '_id' d
1.在使用SimpleCursorAdapteradapter=newSimpleCursorAdapter (this,R.layout.item,cursor,newString[]{"name","phone","amount"},newint[] {R.id.name,R.id.phone,R.id.amount});这个SimpleCursorAdapter适配器的时候:出现这个异常:-