To change the default icon or logo of an Cordova application. we just have to replace the default icon.png from the below folder icons and re-build the cordova app and then deploy it.
For iOS:
PROJECT_PATH/platforms/ios/PROJECT_NAME/Resources/icons
For Android:
PROJECT_PATH/platforms/android/res/drawable
also you need to update the icon name change in manifest file.
PROJECT_PATH/platforms/android/AndroidManifest.xml
No comments:
Post a Comment