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

前端 未结 12 1867
名媛妹妹
名媛妹妹 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:50

    You can just put it in on the file system. Eclipse will pick up the change on the next refresh. Click the folder and press F5 to refresh. BTW, make sure the file name does not have any capital letters... it will break android... and eclipse will let you know.

提交回复
热议问题