TIMEX
TIMEX

Reputation: 271824

Where is the "Add Image Asset" to create an Android Icon?

I can't find a way to add an icon.

I read that you can right click and create a new Image Asset. But it can't be found on the latest version of Android Studio.

https://stackoverflow.com/a/34331879/179736

enter image description here

Upvotes: 2

Views: 724

Answers (2)

mohammadReza Abiri
mohammadReza Abiri

Reputation: 1799

click on main menus ---> file ---> new ----> ImageAsset , like this :

enter image description here

or right click on res folder and new Image Asset :

enter image description here

Upvotes: 0

NXoc
NXoc

Reputation: 81

You have to navigate to .app/src/main first - not directly to .app. Then right-click on res folder and you will be able to add your image asset check here

Upvotes: 1

Related Questions