Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where does Asset Studio store the Google Play Store icon?

I run Android Studio 3.2.1 with all updates. I generate all icons from an SVG master artwork, so resolution is not an issue.

All icons get generated and stored into \res\mipmap as the previews have shown inside Asset Studio. I can also see my Google Play Store icon, rather huge next to all the other sizes in the preview.

But after the actual generation, I cannot find the Play Store Icon. The online documentation here https://developer.android.com/studio/write/image-asset-studio?utm_source=android-studio does not mention the location of the extra icons.

Sorry if this is trivial.

Bonus question: If generated this way inside the Android Studio, will the package include the Store Icon, or do I need to upload it manually in the Store Console like before?

like image 927
Martin Zaske Avatar asked Dec 12 '18 19:12

Martin Zaske


People also ask

Where is the Google Play Store icon?

Open the Google Play Store from the All Apps screen On the Home screen, either tap the All apps button, which is available on most Android smartphones, or swipe up to access the All Apps screen. On the All Apps screen, find the Play Store app and tap on it. Its icon looks like the symbol for Play in Google's colors.

Where are the icon stored in the Android Studio?

All icons get generated and stored into \res\mipmap as the previews have shown inside Asset Studio.

What is the Play Store feature image?

Feature graphics are images for highlighting Android apps on Google Play. While they are not mandatory, they are highly recommended since they are required for featured placement on Google Play. Even without featured placement, feature graphics offer incredible potential for developers and marketers.


1 Answers

The play store icon ic_launcher-web.png is stored in the main folder of the module. In Android Studio, you can see it underneath the file AndroidManifest.xml.

file tree with ic_launcher-web.png

like image 170
Bö macht Blau Avatar answered Sep 24 '22 09:09

Bö macht Blau