K
K
kirawa2014-04-28 14:22:26
Android
kirawa, 2014-04-28 14:22:26

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

3 answer(s)
1
1001001 111, 2014-04-28
@IgorO2

@kirawa mmm, want to increase the app's download rating? =))))

K
kirawa, 2014-04-28
@kirawa

yes, mistakes affect the rating

I
Ilya, 2014-04-28
@Gorily

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 question

Ask a Question

731 491 924 answers to any question