Can anyone tell me how to fix this crash?
I am unable to find this error in my code because there is not mention which line no has this issue in my code.
Thanks in advance
Can anyone tell me how to fix this crash?
I am unable to find this error in my code because there is not mention which line no has this issue in my code.
Thanks in advance
Error is caused by casting String.toLowerCase on a null object. Post your java.class for more information, or just check where you cast objects to String.toLowerCase and see if they possibly have a null reference. Fixing that should do the job.