I am completely new with Android/Eclipse. I can\'t figure out how to add an image in the /res/drawable folder of my Android Eclipse project.
/res/drawable
For Android Studio:
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
The image will be saved in the /res/drawable folder!