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

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

    When inserting an image into the drawable folders, another import point in addition to the "no capital letters" rule is that the image name cannot contain dashes or other special characters.

提交回复
热议问题