"App Name modification"
Modify Config.xml--name Tags
"Icon and start drawing modification"
Go to the folder where the project is executed
Ionic Resources
After the command is executed, the folder for the added platform name is created automatically under the Resources folder, and the corresponding footage is placed in a folder such as
Resources/android/icon/app.png---app icon
Resources/android/splash/start.png---start painting
<Platformname= "Android"> <iconsrc= "Resources/android/icon/app.png" /> <Splashsrc= "Resources/android/splash/start.png"/></Platform><Preferencename= "SplashScreen"value= "Screen"/><Preferencename= "Splashscreendelay"value= "the" />//time is 5 seconds, default 3 seconds if not written
Finally regenerate apk, run can, the author runs like (hehe Lu Fei's avatar)
"Ionic Learning"---app Name and icon modification + start painting modification