[android-developers] Can't query contacts in Android 2.0 emulator?

2009-10-28 Thread Yao
Hi guys, I can't get contacts via content provider in Android 2.0 emulator. The test code is pasted. When I click Account in the menu, it shows Force close. Thanks a lot in advance for your help! Cursor cursor = getContentResolver().query(Contacts.People.CONTENT_URI, new String[] {_id}, null,

[android-developers] Can't query contacts in Android 2.0 emulator?

2009-10-28 Thread Yao
Hi guys, I can't get contacts via content provider in Android 2.0 emulator. The test code is pasted. When I click Account in the menu, it shows Force close. Thanks a lot in advance for your help! Cursor cursor = getContentResolver().query(Contacts.People.CONTENT_URI, new String[] {_id}, null,