Error in looking up a contact Android
问题 I am getting an error when I want to access the a specific contact. java.lang.IllegalArgumentException: Invalid column contact_id Here is the sample code: String number = "0877777777"; Uri uri = Uri.withAppendedPath(ContactsContract.PhoneLookup.CONTENT_FILTER_URI, Uri.encode(number)); String[] projection = new String[]{ ContactsContract.PhoneLookup.CONTACT_ID }; Cursor cur = getActivity().getContentResolver().query(uri, projection, null, null, null); // if other contacts have that phone as