Generally, while implementing an app in android studio the default app icons will be available in app\res\mipmap folder path like as shown below.
To change the default android app icon, we need to add our image in mipmap folder and need to change the value of android:icon attribute in android manifest file (AndroidManifest.xml) to point to your image like as shown below.
This is how we can change the android app icon in android studio based on our requirements.
No comments:
Post a Comment