반응형 분류 전체보기205 ld: can't locate file for: -lgmodule ld: can't locate file for: -lgmodule >> lgmodule-2.0 ld: can't locate file for: -lglib >> lglib-2.0 2011. 11. 9. glibconfig.h: No such file or directory /usr/include/glib-2.0/glib/gtypes.h:34:24: fatal error: glibconfig.h: No such file or directory compilation terminated. 걍 복사 ㄱㄱ $ sodu cp /usr/lib/i386-linux-gnu/glib-2.0/include/glibconfig.h /usr/include/glib-2.0/. 2011. 11. 9. 전화 번호로 전화번호부 검색 static String getName(ContentResolver CR, String num) { Cursor contacts2 = CR.query(ContactsContract.CommonDataKinds.Phone.CONTENT_URI, null, "data1 = "+ num, null, null); String phone_name = null; while (contacts2.moveToNext()) { phone_name = contacts2.getString(contacts2.getColumnIndex(ContactsContract.Contacts.DISPLAY_NAME)); return phone_name; } return num; } 2011. 11. 8. 안드로이드 이클립스 svn설정방법 2011. 10. 31. 이전 1 ··· 35 36 37 38 39 40 41 ··· 52 다음