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

前端 未结 12 2097
名媛妹妹
名媛妹妹 2021-01-30 10:19

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条回答
  •  感动是毒
    2021-01-30 10:52

    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.

提交回复
热议问题