android.content.res.Resources $ NotFoundException : 문자열 리소스 ID # 0x0 MySQL 데이터베이스에서 데이터를 읽는 Android 앱을 개발 중이며이 오류에 직면했습니다. 이 XML 레이아웃이 있습니다. 그리고 이것은 내 Java 파일입니다. public ApplicationAdapter(Context context, List items) { super(context, R.layout.app_custom_list, items); this.items = items; } @Override public int getCount() { return items.size(); } @Override public View getView(int position, View c..