Image asset studio provides legacy icons. One of those is the Google Play Store
icon. At first, I thought that upon publishing an app, that icon will already be available but there is this High res
icon that must be uploaded on Play Console account.
If they are the same, where can I find the generated icon from Image Asset studio to use for the Play Console?
If not, how can I generate an icon shaped like this?
or any 512x512 pixels image I upload will automatically be shaped like this?
Hi-res stands for high resolution, or denser image quality. Images are made of tiny pixels (picture elements), or squares of color. You usually don't notice individual pixels because they all blend together to form the picture that you recognize. But they're there.
Android Studio includes a tool called Image Asset Studio that helps you generate your own app icons from material icons, custom images, and text strings. It generates a set of icons at the appropriate resolution for each pixel density that your app supports.
Step 1 − Create a new project in Android Studio, go to File ⇒ New Project and fill all required details to create a new project. Step 2 − Further follow the path to reach the desired folder to add icon (app → res → mipmap). Step 3 - Add you app icon. You can just simply copy and paste the image in mipmap folder.
Depdeep accepted answer above is obviously correct. Yet the file can be also found straight from your project path. In my case it was:
...\AndroidStudioProject\App_name\app\src\main\ic_launcher-web.png
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With