cancel
Showing results for 
Search instead for 
Did you mean: 

How to change cordova android .apk icon

Former Member
0 Kudos
1,148

Hi sir/madam,

I have done android app using sapui5 and cordova but i dont know how to change this .apk icon please anyone can help me

thank you

Regards,

Manjunath M M

View Entire Topic
aakash_neelaperumal2
Active Participant
0 Kudos

Manjunath,

The location of the icon is available in the AndroidManifest.xml file as shown in below line.

<application android:hardwareAccelerated="true" android:icon="@drawable/appicon" android:label="@string/app_name">

Here drawable is the folder name inside folder res and appicon is the image name.. Replace it.