Answer the question
In order to leave comments, you need to log in
How to set custom icon in apache cordova?
The icon in png format is located in the folder res/logo.png
I tried to use the resolution file 256x256 and 1000x1000
In the same place at the root in the config.xml file
<platform name="android">
<allow-intent href="market:*" />
<icon src="res/logo.png" density="ldpi" />
<icon src="res/logo.png" density="mdpi" />
<icon src="res/logo.png" density="hdpi" />
<icon src="res/logo.png" density="xhdpi" />
</platform>
Answer the question
In order to leave comments, you need to log in
<platform name="android">
<allow-intent href="market:*" />
<icon src="res/logo.png" density="ldpi" />
<icon src="res/logo.png" density="mdpi" />
<icon src="res/logo.png" density="hdpi" />
<icon src="res/logo.png" density="xhdpi" />
</platform>
~cordova platform update [email protected]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question