无法使用android studio插入图像

时间:2015-11-02 07:56:31

标签: android android-studio imagebutton

为什么我无法使用此方法插入图像?是否有其他方式可以将ca插入mipmap

enter image description here

1 个答案:

答案 0 :(得分:1)

您无法使用'Android'视图类型。切换到左上角选择器中的“项目”视图。实际上,ic_drawer.png不是目录,而是一组4个目录。每个图像维度一个。

enter image description here

你应该把你的图像放在drawables中。 Mipmap仅推荐用于图标。