Hi,
I just updated to Ionic CLI 1.3.19 and now only a white screen is shown when my Android app loads.
I also tried to remove the Splashscreen plugin and add it again via the Github URL as suggested here.
But now my build fails with the following error:
:compileArmv7DebugJavaD:\work\kolli\platforms\android\src\org\apache\cordova\splashscreen\SplashScreen.java:307: error: package DialogInterface does not exist
new DialogInterface.OnCancelListener() {
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error
FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':compileArmv7DebugJava'.
Do you have any idea what the problem may be?
My system information:
OS: Windows 7 Home Premium SP1
Node Version: v0.10.38
Cordova CLI: 4.3.0
Ionic Version: 1.0.0-beta.13
Ionic CLI: 1.3.19
and cordova plugins:
com.appsee.plugin 2.1.3 "Appsee"
com.bunkerpalace.cordova.YoutubeVideoPlayer 1.0.1 "CordovaYoutubeVideoPlayer"
com.ionic.keyboard 1.0.3 "Keyboard"
com.phonegap.plugins.PushPlugin 2.4.0 "PushPlugin"
cordova-plugin-crosswalk-webview 1.0.1-dev "Crosswalk WebView Engine"
cordova-plugin-splashscreen 1.0.1-dev "Splashscreen"
nl.x-services.plugins.socialsharing 4.3.13 "SocialSharing"
org.apache.cordova.console 0.2.13-dev "Console"
org.apache.cordova.device 0.2.13 "Device"
Best regards,
kolli