gpt4 book ai didi

android - 如何修复 android 错误 'Color value must start with #'?

转载 作者:塔克拉玛干 更新时间:2023-11-02 19:24:53 25 4
gpt4 key购买 nike

我试图使用来自 this page 的图标在我的布局中如下

<ImageButton
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/ic_backspace_black_24dp"
/>

但是因为错误无法渲染

Color value '@drawable/ic_backspace_black_24dp' must start with #

我在 SO here 中发现了两个相关问题和 here这无助于解决问题。

文件名中没有破折号(“-”),文件格式为“png”,我的项目中没有res/color 目录。

我在 colors.xml 中定义的所有颜色都以 # 开头。

那么如何解决这个错误呢?

最佳答案

只需删除数字并仅保留小写字母或下划线即可重命名您的文件名。

关于android - 如何修复 android 错误 'Color value must start with #'?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34751974/

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