2

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

TIMEX
  • 259,804
  • 351
  • 777
  • 1,080

2 Answers2

1

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

NXoc
  • 81
  • 5
0

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

mohammadReza Abiri
  • 1,759
  • 1
  • 9
  • 20