For Android Studio 1.5:
- Right click on res -> new -> Image Asset
- On Asset type choose Action Bar and Tab Icons
- Choose the image path
- Give your image a name in Resource name
- Next->Finish
Update for Android Studio 2.2:
-
Right click on res -> new -> Image Asset
-
On Icon Type choose Action Bar and Tab Icons
-
On Asset type choose Image
-
On Path choose your image path
-
Next->Finish
The image will be saved in the /res/drawable folder.
标签:Icons,res,image,图片素材,添加,Asset,android,Image,choose From: https://www.cnblogs.com/laremehpe/p/16630515.html