How to change icons in Android apps in Eclipse

Asked 2 years ago, Updated 2 years ago, 44 views

I'm developing Android with Eclipse Juno. How do I change the icon of the app?

eclipse android android-icons application-icon

2022-09-22 22:15

1 Answers

Go into AndroidManifest.xml View the android:icon of the tag. Insert the image stored in the drawable folder or mipmap.


2022-09-22 22:15

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.