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

Viewed 182887

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.

12 Answers

Right click on drawable folder_new_file- click on advanced button_ link to file in the file system_ then click on browse. finish

Related