如何在Android Studio的设计编辑器中使用ImageView?

时间:2015-03-27 01:56:13

标签: android android-layout android-studio android-imageview

我正在使用Sunshine App tutorials并且我真的不得不在我的用户界面中添加ImageView。我发现的所有内容都是在XML文件中进行的,甚至那些我尝试复制和粘贴的内容也无法正常工作。

起初我只在App文件夹中安装了ic_launcher。然后在阅读其他解决方案XML文件后,我右键单击main/res/drawable并执行新建→图像资产,所以现在所有这些mipmap-都包含ic_launcher.png及其所有内容仍然在我的app中,你可以看到:

Screenshot of Android Studio

但现在我不知道该怎么办才能真正发挥作用。我在SRC中尝试了一些东西,它似乎就在这里:

  • @ Mip映射HDPI / ic_launcher
  • @绘制/ ic_launcher
  • ic_launcher
  • @ mip映射/ ic_launcher

没有人工作过。

1 个答案:

答案 0 :(得分:0)

我看到你正在

  

无法将@drawable / ...转换为可绘制的

我不确定这是否可行,但您可以尝试重新启动Android工作室。

Android: failed to convert @drawable/picture into a drawable