gpt4 book ai didi

java - 将文件图像文件复制到可绘制对象时出错

转载 作者:搜寻专家 更新时间:2023-11-01 09:11:08 25 4
gpt4 key购买 nike

我在文件夹 drawable-hdpi-ldpi-mdpi 中复制了两张图片,并将该图片引用到一个按钮。

我的控制台出现以下错误:“找不到与给定名称匹配的资源”

我做错了什么?“你好”是我从资源文件夹中引用的图像的名称。我在将图像添加到资源文件夹时收到错误消息,甚至在将图像引用到按钮之前。

 <Button android:layout_width="wrap_content" 
android:layout_height="wrap_content"
android:id="@+id/button2"
android:text=""
android:background="@drawable/hello"
android:layout_x="190dp"
android:layout_y="220dip">
</Button>

最佳答案

尝试这样做。

<ImageButton
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/your_image"
android:background="@null"
/>

如果问题仍然存在,请尝试清理项目并运行它。

关于java - 将文件图像文件复制到可绘制对象时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8257195/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com