Asset Generation for Google Play Store

Andres Sandoval
3 min readAug 16, 2024

How to create a Mobile app icon

Follow the below steps:

First part generate new icon

  • Generate an app icon using Gemini AI. Enter a Gemini prompt to generate the icon, give details of the icon you want. For example use the prompt: “Generate android mobile app icon, about sports”
  • Download the “image” icon generated by Gemini.

Second part replace new icon

  • Open Android studio
  • Right click on the folder “res” -> select “New” -> “Image Asset” -> Upload the new icon
  • You can change:

The Scaling ->change “resize”

The background color

Click “Next”. Build and run. Now the app has the new app icon.

Notes:

Upload new icon to the icon generator tool

--

--