Hi all, i have a problem with my app and i don't know if its caused for use the emulator on a vmware.
When i compile and run the program in an emulator with android version 4.0.3, it works, but when i try to run the program on emulator with android version 4.3 it crash, and i get the next log error:
java.lang.ArrayIndexOutOfBoundsException: length=0; index=-1
and i get message nullPointerException on the line: enter.initialize("Enter") (enter is a button view)
I don't understand this, i need some solution, thanks.
This only happens on vmware, on my pc all run perfect.
When i compile and run the program in an emulator with android version 4.0.3, it works, but when i try to run the program on emulator with android version 4.3 it crash, and i get the next log error:
java.lang.ArrayIndexOutOfBoundsException: length=0; index=-1
and i get message nullPointerException on the line: enter.initialize("Enter") (enter is a button view)
I don't understand this, i need some solution, thanks.
This only happens on vmware, on my pc all run perfect.