Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
Tags
- apache gzip
- release unsigned
- DataTable
- Exception
- Java
- error
- Eclipse
- Android
- MySQL
- java error
- R프로그래밍
- Android Apk
- fragment
- Program type already present
- release Apk
- Android Apk 이름
- html
- CSS사용법
- JavaScript
- jQuery
- Kotlin
- Android Apk 이름 변경
- android error
- tomcat
- FLUTTER
- android fragment
- 안드로이드
- css
- Firebase
- spring
Archives
- Today
- Total
목록NotFoundException String resource ID (1)
selfstarter
Android Error NotFoundException String resource ID
Android Error NotFoundException String resource ID Error NotFoundException: String resource ID #0xdac Cause setText할 때 넣는 인자가 String이 아니다 Solution modify Code holder.textView2.setText(itemListData.getMoney()); to holder.textView2.setText(Integer.toString(itemListData.getMoney()));
App/Android
2020. 5. 6. 14:56