Reputation: 271824
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
Upvotes: 2
Views: 724
Reputation: 1799
click on main menus ---> file ---> new ----> ImageAsset , like this :
or right click on res folder and new Image Asset :
Upvotes: 0
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