Change an Android app’s icon in Android Studio

  1. Create an app icon using this link. After creating, download the icon.

2. Right click your project, go to New > ImageAsset.

3. Select the icon image(.png) in path Foreground Layer > Source Asset > Path.

4. To change background color, go to Background Layer > Source Asset > Asset Type > Color. Then click finish.

And that’s all. Your app’s icon is ready.🥳

Thank’s for reading.

--

--