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

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

    For Android Studio:

    1. Right click on res, new Image Asset

    2. On Asset type choose Action Bar and Tab Icons

    3. Choose the image path

    4. Give your image a name in Resource name

    5. Next->Finish

    The image will be saved in the /res/drawable folder!

提交回复
热议问题