Error crashing my app

Hey guys i have an app on playstore and it uses firebase as well. A lot of app crashed nowadays on Android 5.1 and 5.0 version.
The name of the error is java.lang.NullPointerException
com.google.appinventor.components.runtime.Network$1.onReceive
Can anyone tell me with what this error is related to ?

It’s the Network component. But I’m not sure why the error is happening. We’ll take a look to see if we can find out why it’s happening.

2 Likes

thanks for that :slight_smile: . my app is downloaded by 300+ people daily so they r affected. kindly take time and find some solution

1 Like

Have you more logs for us?

1 Like

Yes this is what it says
Today, 5:00 PM on app version 10
Lyf LS-4505 (LS-4505), 1024MB RAM, Android 5.1
Report 1

java.lang.RuntimeException:
at android.app.LoadedApk$ReceiverDispatcher$Args.run (LoadedApk.java:876)
at android.os.Handler.handleCallback (Handler.java:739)
at android.os.Handler.dispatchMessage (Handler.java:95)
at android.os.Looper.loop (Looper.java:135)
at android.app.ActivityThread.main (ActivityThread.java:5254)
at java.lang.reflect.Method.invoke (Native Method)
at java.lang.reflect.Method.invoke (Method.java:372)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:902)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:697)
Caused by: java.lang.NullPointerException:
at com.google.appinventor.components.runtime.Network$1.onReceive (Network.java:97)
at android.app.LoadedApk$ReceiverDispatcher$Args.run (LoadedApk.java:866)

Sorry about the delay on this, we haven’t forgot :wink:

Can you check if you still get this error after our 3.0.1 Christmas Release?

A post was merged into an existing topic: Build failed. kindly help