Getting error in : android.app.ActivityThread.updateLocaleListFromAppContext

Hi,
I am getting the following error in my Google Console :

android.app.ActivityThread.updateLocaleListFromAppContext

  • java.lang.NullPointerException

Here is the stacktrace :

Type
Exception java.lang.NullPointerException

Exception java.lang.NullPointerException: Attempt to invoke virtual method ‘android.content.res.Configuration android.content.res.Resources.getConfiguration()’ on a null object reference
at android.app.ActivityThread.updateLocaleListFromAppContext (ActivityThread.java:6360)
at android.app.ActivityThread.handleBindApplication (ActivityThread.java:6609)
at android.app.ActivityThread.access$1300 (ActivityThread.java:238)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1914)
at android.os.Handler.dispatchMessage (Handler.java:106)
at android.os.Looper.loop (Looper.java:223)
at android.app.ActivityThread.main (ActivityThread.java:7701)
at java.lang.reflect.Method.invoke (Method.java)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:592)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:958)

Can someone please help me figure out the cause of this error.

Thanks in advance!

Please stop spamming forums for these problems. Please limit yourself to a single post.

I have created another post with the same issue with more information regarding the crash. The other post is on the Android specific forum.
The link to the other post is : Question - Crash with java.lang.NullPointerException. - Unity Forum
Please follow this link to post any replies to this query.
Thanks!

1 Like

Thank you!