You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/08/25 17:31:41 UTC

[GitHub] [cordova-android] breautek commented on issue #1055: Trouble changing desktop icon for Cordova Android

breautek commented on issue #1055:
URL: https://github.com/apache/cordova-android/issues/1055#issuecomment-680167704


   > I see some mention of deleting my cordova android platform but that seems too harsh and I assume would break other things
   
   This would only "break" things if you make manual modifications to things inside the `platforms/` folder, which isn't recommended.
   
   If you run `cordova prepare -v`, you should see
   
   ```
   Updating icons at platforms/android/app/src/main/res
     copy  res/android/icon/ldpi.png platforms/android/app/src/main/res/mipmap-mdpi/ic_launcher.png (updated file)
   ```
   
   Tested on cordova 10 / android platform 8.0.
   
   There are checks to determine if the icon has changed, but I'm unfamiliar how it do those checks.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org