Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot click next in Asset Studio when creating an icon

Not sure where to post this issue I have with Android Studio IDE, I hope it can be answered here.

When I open the Asset Studio in Android Studio by right clicking on my Android Module and selecting new -> Image Asset I cannot get past the first screen. Even when I leave this default, when I try and press next the Asset Window start shaking shortly after a second or two.

  • I encountered this problem with a prior version of Android Stuido but an update to the latest version did not help.
  • I tried updating the android SDK and build tools since they are obviously related but without success.
  • I tried restarting Android Studio but the "bug" still remains.

Perhaps I am doing something wrong, I created a video of my workflow and the issue I am encountering.

like image 653
Madmenyo Avatar asked Jun 28 '18 12:06

Madmenyo


People also ask

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

I had the same problem.

In the Legacy tab, I set the Google Play Store Icon to No and I could pass the first screen.

like image 81
Amir Avatar answered Sep 17 '22 16:09

Amir