Android/Eclipse: how can I add an image in the res/drawable folder? Android/Eclipse: how can I add an image in the res/drawable folder? android android

Android/Eclipse: how can I add an image in the res/drawable folder?


Copy the image CTRL + C then in Eclipse select drawable folder, right click -> Paste


Drop in the image in /res/drawable folder. Then in Eclipse Menu, do ->Project -> Clean. This will do a clean build if set to build automatically.


Just copy the image and paste into Eclipse in the res/drawable directory. Note that the image name should be in lowercase, otherwise it will end up with an error.