Answer the question
In order to leave comments, you need to log in
Can't find an error?
posted my first app
https://play.google.com/store/apps/details?id=com....
and they sent me errors like this: java.lang.IndexOutOfBoundsException: Invalid index 0, size is 0
java.lang .NoSuchFieldError
place: com.greendield.note.MainActivity.isTablet
So I can't get these errors out, the application seems to work correctly. Please kindly break this application and write here
Answer the question
In order to leave comments, you need to log in
The name shows that the program is trying to access the zero index of an empty array. Check the calls to all arrays in the code, perhaps the order of the calls is wrong somewhere (first the element was removed, then you access it) or the array remains uninitialized in some conditions.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question