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!