You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/06/25 16:33:59 UTC

[GitHub] [cordova-plugin-splashscreen] enesien opened a new issue #223: Crashes: android.content.res.Resources$NotFoundException

enesien opened a new issue #223: Crashes: android.content.res.Resources$NotFoundException
URL: https://github.com/apache/cordova-plugin-splashscreen/issues/223
 
 
   **Bug**
   
   ## Description
   I'm receiving several crash reports from Google Play with the following exception:
   ```
   android.content.res.Resources$NotFoundException: 
     at android.content.res.ResourcesImpl.getValueForDensity (ResourcesImpl.java:213)
     at android.content.res.Resources.getDrawableForDensity (Resources.java:875)
     at android.content.res.Resources.getDrawable (Resources.java:818)
     at android.content.res.Resources.getDrawable (Resources.java:793)
     at org.apache.cordova.splashscreen.SplashScreen.onConfigurationChanged (SplashScreen.java:213)
     at org.apache.cordova.PluginManager.onConfigurationChanged (PluginManager.java:509)
     at org.apache.cordova.CordovaActivity.onConfigurationChanged (CordovaActivity.java:493)
     at android.app.ActivityThread.performActivityConfigurationChanged (ActivityThread.java:5182)
     at android.app.ActivityThread.performConfigurationChangedForActivity (ActivityThread.java:5050)
     at android.app.ActivityThread.performConfigurationChangedForActivity (ActivityThread.java:5028)
     at android.app.ActivityThread.handleActivityConfigurationChanged (ActivityThread.java:5372)
     at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1855)
     at android.os.Handler.dispatchMessage (Handler.java:105)
     at android.os.Looper.loop (Looper.java:164)
     at android.app.ActivityThread.main (ActivityThread.java:6797)
     at java.lang.reflect.Method.invoke (Native Method)
     at com.android.internal.os.Zygote$MethodAndArgsCaller.run (Zygote.java:240)
     at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:772)
   ```
   Each stack trace looks almost exactly the same.
   
   ## Information
   So far the exception has only been reported from Android 8.0 and 8.1
   
   ### Environment, Platform, Device
   I added the plugin via the CLI and I build for production using the CLI, as well.
   
   ### Version information
   Cordova Android Engine 7.0.0
   cordova-plugin-splashscreen 5.0.2
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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