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.
Hi, I was just reading the issue of the line number, I had not noticed the activity_create information.
I noticed that this routine has many lines. I will divide and try to find the error.
As the error only happens in release, can not I be guided by the correct line number?