You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/09/25 06:31:08 UTC

[GitHub] [cordova-plugin-splashscreen] ravimallya commented on issue #298: Android - NullPointerException in SplashScreen.run (version 5.0.3)

ravimallya commented on issue #298:
URL: https://github.com/apache/cordova-plugin-splashscreen/issues/298#issuecomment-927019763


   Issue is still there. Mainly I can see the crashes in Oppo, Vivo, Redmi, OnePlus and Samsung Galaxy J series handsets which runs in Android 10 and 9. 
   ```
   	java.lang.NullPointerException: 
   	  at org.apache.cordova.splashscreen.SplashScreen$4.run (SplashScreen.java:230)
   	  at android.app.Activity.runOnUiThread (Activity.java:6970)
   	  at org.apache.cordova.splashscreen.SplashScreen.removeSplashScreen (SplashScreen.java:220)
   	  at org.apache.cordova.splashscreen.SplashScreen.access$1000 (SplashScreen.java:50)
   	  at org.apache.cordova.splashscreen.SplashScreen$5$1.run (SplashScreen.java:337)
   	  at android.os.Handler.handleCallback (Handler.java:883)
   	  at android.os.Handler.dispatchMessage (Handler.java:100)
   	  at android.os.Looper.loop (Looper.java:224)
   	  at android.app.ActivityThread.main (ActivityThread.java:7562)
   	  at java.lang.reflect.Method.invoke (Native Method)
   	  at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:539)
   	  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:950)
   ```
   
   I'm using target SDK 30 with cordova splash screen 6.0.0. 
   ![image](https://user-images.githubusercontent.com/2795843/134761251-c9eba649-0dd0-4b69-b468-c1df7c94902d.png)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org