videmort opened a new issue #1088:
URL: https://github.com/apache/cordova-android/issues/1088
# Bug Report
## Problem
In master version the icon of the app is not showing.
### What is expected to happen?
Icon of app not showing (shows cordova default icon)
### What does actually happen?
Show icon declared in the config.xml (example)
<icon qualifier="ldpi"
src="resources/android/icon/drawable-ldpi-icon.png" />
<icon qualifier="mdpi"
src="resources/android/icon/drawable-mdpi-icon.png" />
<icon qualifier="hdpi"
src="resources/android/icon/drawable-hdpi-icon.png" />
<icon qualifier="xhdpi"
src="resources/android/icon/drawable-xhdpi-icon.png" />
<icon qualifier="xxhdpi"
src="resources/android/icon/drawable-xxhdpi-icon.png" />
<icon qualifier="xxxhdpi"
src="resources/android/icon/drawable-xxxhdpi-icon.png" />
## Information
Just run any application and icon doesn't show
### Command or Code
cordova run android
### Environment, Platform, Device
All envirnoment
Platform android
Device android
### Version information
cordova cli 10
cordova-android --> https://github.com/apache/cordova-android.git --> master
version (nightly)
## Checklist
<!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
- [ x] I searched for existing GitHub issues
- [x ] I updated all Cordova tooling to most recent version
- [ x] I included all the necessary information above
----------------------------------------------------------------
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]