on 2016 Apr 20 7:08 AM
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
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
50 | |
9 | |
8 | |
6 | |
5 | |
5 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.