当前位置:编程学习 > wap >>

cursor.getColumnIndex(PhoneLookup.NUMBER);没取到值

int numberFileColumnIndex = cursor.getColumnIndex(PhoneLookup.NUMBER);
String number = cursor.getString(numberFileColumnIndex);

java.lang.IllegalStateException: get field slot from row 0 col -1 failed
请问为什么会报这个错啊! 
--------------------编程问答-------------------- numberFileColumnIndex 这个值是多少
补充:移动开发 ,  Android
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,