Generating iOS and Android icons in Cordova / PhoneGap

后端 未结 9 1681
执念已碎
执念已碎 2020-12-01 06:28

I have a freshly created Cordova project with the following config.xml setup (used the instructions from http://docs.phonegap.com/en/edge/config_ref_images.md.h

9条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-01 06:52

    If you are willing to install extra software for icon generation you can use Ionic which has such function.

    Do the following:

    1. npm install ionic -g
    2. Put png, psd or .ai files for icons and/or splashscreens to ${project_location}/resources
    3. ionic resources

    If you want to generate icons only there is a handy key for that:

    ionic resources --icon
    

    More details here

提交回复
热议问题