api是2.2的。代码如下:ListAdapter adapter=new SimpleCursorAdapter(this,
         android.R.layout.simple_list_item_2,
         cur,
         new String[] {PhoneLookup.DISPLAY_NAME,PhoneLookup.NUMBER},
         new int[] {android.R.id.text1,android.R.id.text2});
然后logcat提示,说column ‘number’ does not exist
如果单显示联系人可以,但是加上PhoneLookup.NUMBER,就出错。Android