简体   繁体   中英

Change the icon and splash screen of ionic 4

i'm trying to change the icon and spalsh screen of my ionic 4 project,I did all the necessary steps to make it work, but I got always the old ones, is there any step I skipped, or its a cache problem?

I installed :

$ ionic cordova plugin add cordova-plugin-splashscreen  
$ npm install @ionic-native/splash-screen  

and I executed this command :

ionic resources --splash

but I stille got the default ones.

You have to use one of the following commands to generate the files.

ionic cordova resources
ionic cordova resources ios
ionic cordova resources android

Source: https://ionicframework.com/docs/cli/commands/cordova-resources

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM