Hello guys.
My app has returned the error:
Java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.String.equals (java.lang.Object)' on a null object reference
But only when compiled, not in debug mode.
Originally line 1532 is the one that is highlighted in red.
I've created blank lines, but the error remains in the same place!
In debug mode it works perfectly, with no error at all.
Can anyone help?
My app has returned the error:
Java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.String.equals (java.lang.Object)' on a null object reference
But only when compiled, not in debug mode.
Originally line 1532 is the one that is highlighted in red.
I've created blank lines, but the error remains in the same place!
In debug mode it works perfectly, with no error at all.
Can anyone help?