Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

High res icon and image asset studio

Tags:

android

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.

  1. If they are the same, where can I find the generated icon from Image Asset studio to use for the Play Console?

  2. If not, how can I generate an icon shaped like this?

enter image description here

or any 512x512 pixels image I upload will automatically be shaped like this?

like image 881
Mr. Nacho Avatar asked Jan 31 '18 04:01

Mr. Nacho


People also ask

What is hi res icon?

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.

What is image asset studio?

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.

How do I add icons to Mipmap Android?

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.


1 Answers

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

like image 141
Sonia Avatar answered Oct 08 '22 01:10

Sonia