0

Does anyone know why this error will be? I have been looking for but I did not find anything that could help me, any one could guide me please :

Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String java.lang.String.toLowerCase(java.util.Locale)' on a null object reference at blm.run(:com.google.android.gms.dynamite_dynamitemodulesc@[email protected] (040700-233153861):66) at java.lang.Thread.run(Thread.java:818)
1
  • It's a common NullPointerException, you get NullPointerException when you try to use the object when it is not initialized, or the object is null when you tried to operate on it. Commented Jun 5, 2019 at 18:26

1 Answer 1

-1

Add a null check on the string. Looks like a common error

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.