gpt4 book ai didi

安卓开发 : Unable to create an icon @drawable/ic_action_search

转载 作者:IT老高 更新时间:2023-10-28 22:00:12 26 4
gpt4 key购买 nike

我是 Android 开发新手。我只是按照 developer.android.com 上的基本教程来创建我的第一个应用程序。

在创建操作栏时,我必须向其中添加此搜索按钮。我创建了菜单 xml,这就是我在上面写的。

<!-- Search, should appear as action button -->
<item android:id="@+id/action_search"
android:icon="@drawable/ic_action_search"
android:title="@string/action_search"
android:showAsAction="ifRoom" />
<!-- Settings, should always be in the overflow -->
<item android:id="@+id/action_settings"
android:title="@string/action_settings"
android:showAsAction="never" />

现在我的问题是关于 XML 的这一部分

android:icon="@drawable/ic_action_search"

我在 eclipse 中得到一个编译错误,上面写着,

error: Error: No resource found that matches the given name (at 'icon' with value '@drawable/ic_action_search').

我查看了 developer.android.com 并用谷歌搜索了它,但我无法找到解决方案。

我需要解决这个问题。与往常一样,我可以跳过 XML 的这一部分,我得到的只是纯文本“搜索”,但图标肯定会更好看。

最佳答案

如果您使用的是 Eclipse,这是一种简单的方法:

  • Ctrl+N(emacs键绑定(bind))打开文件向导
    • '文件 |新 | Android Studio 中的图像资源
  • 选择 Android,“Android 图标集”
  • 修改名称ic_action_xx,点击下一步
  • 剪贴画,选择你想要的图标
  • 选择主题(Holo Light 表示浅色背景,Holo Dark 表示深色背景)

Eclipse 将自动使用新图标填充 res/drawable-* 目录,并缩放到目录大小。无需下载任何东西、理解 PNG 或将图标复制到多个目录中。

我经常使用文件向导。

关于安卓开发 : Unable to create an icon @drawable/ic_action_search,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18094313/

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