I started an Android project using the default icon ( ic_launcher) using Android Studio. But now I want to change the icon to something else. I tried to replace everything ic_launcher.pngin the project directory by copying the icons under the new name and changing AndroidManifest.xml, but the application still has the old one ic_launcher. I also tried restarting Android Studio, Invalidate Cache and Restart, uninstalling the application from the device, but the icon did not change.
PS: Uninstall android:icon="@drawable/logo"(NOTE: I changed ic_launcher.pngto logo.pngto see if it works) changed the icon to the default Android icon. But, returning him, he gives me the same old.
Is there any other procedure for changing the application icon using Android Studio?
source
share