java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
Android개발중 위와 같은 에러가 발생하였다
범위를 벗어난 숫자를 지정했을때 발생한 경우다
array에 count값을 찍어보고 디버깅하여 초기화 처리 하든지 별도에 Exception처리로 처리하면 된다
'Study Lab > Android Error' 카테고리의 다른 글
java.net.UnknownServiceException: CLEARTEXT communication not enabled for client (0) | 2021.01.27 |
---|---|
error: failed linking file resources. (0) | 2020.09.09 |
error: failed parsing overlays. (0) | 2020.02.16 |
error: failed linking file resources. (0) | 2020.02.09 |
ERROR: Failed to resolve: com.android.support:appcompat-v7:28.3.1 (0) | 2019.12.29 |