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

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

    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.

提交回复
热议问题