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/08/27 14:46:38 UTC

[GitHub] [cordova-android] rolinger commented on issue #820: 8.0 is using older version of cordova-plugin-splashscreen

rolinger commented on issue #820: 8.0 is using older version of cordova-plugin-splashscreen
URL: https://github.com/apache/cordova-android/issues/820#issuecomment-525335433
 
 
   @dpogue - I just did a fresh project install adding the platform first before any plugins.  
   
   > c:\Users\RPO\dev\myApp>ionic platform add android
   >  ? (node:8328) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.
   > Updated the hooks directory to have execute permissions
   > Using cordova-fetch for cordova-android@^8.0.0
   > Adding android project...
   > Creating Cordova project for the Android platform:
   >         Path: platforms\android
   >         Package: com.whipstermobile
   >         Name: WHIPSTER
   >         Activity: MainActivity
   >         Android target: android-28
   > Subproject Path: CordovaLib
   > Subproject Path: app
   > Android project created with cordova-android@8.0.0
   > Installing "cordova-plugin-console" for android
   > Installing "cordova-plugin-device" for android
   > Installing "cordova-plugin-splashscreen" for android
   > Installing "cordova-plugin-statusbar" for android
   > Installing "cordova-plugin-whitelist" for android
   > 
   >                This plugin is only applicable for versions of cordova-android greater than 4.0. If you have a previous platform version, you do *not* need this plugin since the whitelist will be built
   >  in.
   > 
   > Installing "ionic-plugin-keyboard" for android
   > Running command: node c:\Users\RPO\dev\myApp\hooks\after_prepare\010_add_platform_class.js c:\Users\RPO\dev\myApp
   > Saving platform to package.json file
   > 
   > c:\Users\RPO\dev\myApp>cordova plugin
   > cordova-plugin-console 1.1.0 "Console"
   > cordova-plugin-device 1.1.4 "Device"
   > **cordova-plugin-splashscreen 4.0.3 "Splashscreen"**
   > cordova-plugin-statusbar 2.2.1 "StatusBar"
   > cordova-plugin-whitelist 1.3.1 "Whitelist"
   > ionic-plugin-keyboard 2.2.1 "Keyboard"
   > 
   > c:\Users\RPO\dev\myApp>cordova plugin remove cordova-plugin-splashscreen
   > Uninstalling cordova-plugin-splashscreen from android
   > Removing "cordova-plugin-splashscreen"
   > Removing plugin cordova-plugin-splashscreen from config.xml file...
   > Removing cordova-plugin-splashscreen from package.json
   > 
   > c:\Users\RPO\dev\myApp>cordova plugin add cordova-plugin-splashscreen
   > Installing "cordova-plugin-splashscreen" for android
   > Adding cordova-plugin-splashscreen to package.json
   > 
   > c:\Users\RPO\dev\myApp>cordova plugin
   > cordova-plugin-console 1.1.0 "Console"
   > cordova-plugin-device 1.1.4 "Device"
   > **cordova-plugin-splashscreen 5.0.3 "Splashscreen"**
   > cordova-plugin-statusbar 2.2.1 "StatusBar"
   > cordova-plugin-whitelist 1.3.1 "Whitelist"
   > ionic-plugin-keyboard 2.2.1 "Keyboard"

----------------------------------------------------------------
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