반응형
Android 를 실행했을 때 Resources$NotFoundException: String resource ID #0x0 이러한 오류 문구가 뜰 때가 있다. 이는 TextVIew 에 String 방식이 아닌 다른 타입의 방식을 setText를 하려 했기 때문에 발생한다. 혹시 integer 형식이나 다른 타입을 변환없이 바로 setText 하지 않았나 확인해 보자.
"String resource ID # 0x0 Resources $ NotFoundException" when you run the Android app. Rather than a String type value to TextVIew, this occurs because you try to setText methods of other types. Let's sure that you did not setText directly without conversion type or other type integer maybe.
반응형
'Android' 카테고리의 다른 글
Android 텍스트 입력 패드를 한글이 나오게 하자. (0) | 2019.04.10 |
---|---|
[Android]You need to use a Theme.AppCompat theme (or descendant) with this activity (0) | 2019.03.17 |
Android adb 명령어 안될 때 (3) | 2017.11.29 |
ADT Update 후 FragmentActivity class could not found exception 발생 시 대처법 (0) | 2017.11.28 |
Android 화면 해상도를 고려하여 레이아웃 구성하기 (0) | 2017.11.21 |
댓글