I'm developing Android with Eclipse Juno. How do I change the icon of the app?
eclipse android android-icons application-icon
Go into AndroidManifest.xml View the android:icon of the tag. Insert the image stored in the drawable folder or mipmap.
© 2024 OneMinuteCode. All rights reserved.