hauzarni

Results 2 comments of hauzarni

same problem only at startup when i change the orientation while loading the app. Resources$NotFoundException splashImageView.setImageDrawable(cordova.getActivity().getResources().getDrawable(drawableId));

Ok the solution is simple : an image was missing in my splash screen plugin config... `org.apache.cordova.splashscreen.SplashScreen.onConfigurationChanged(SplashScreen.java:186)` generated the error because a density was missing in my config file. As...