Generate icon app android

broken image

Ionic cordova resources will automatically update your config.xml to reflect the changes in the generated images, which Cordova then configures. You can use as a template for your splash screen. For example, to generate an icon for Android, place your image at resources/android/icon.png.įor best results, the splash screen's artwork should roughly fit within a square ( 1200×1200px) at the center of the image. You can also generate platform-specific icons and splash screens by placing them in the respective resources// directory. If you used ionic start, there should already be default Ionic resources in the resources/ directory, which you can overwrite. The source image for splash screens should ideally be at least 2732×2732px and located at resources/splash.png.

broken image

The source image for icons should ideally be at least 1024×1024px and located at resources/icon.png.

broken image

Generate perfectly sized icons and splash screens from PNG source images for your Cordova platforms with this command.

broken image