gpt4 book ai didi

android - 无法解析符号 abc_ic_search_api_mtrl_alpha

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

所以在我的项目中,我在操作栏中使用标准 Material 搜索图标。

<menu
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" >
<item
android:id="@+id/search"
android:title="@string/action_search"
android:icon="@drawable/abc_ic_search_api_mtrl_alpha"
app:showAsAction="collapseActionView|ifRoom"
app:actionViewClass="android.support.v7.widget.SearchView" /> </menu>

但是如果我将库从 23.0.1 更新到 24.1.1,Android Studio 会说:

Cannot resolve symbol abc_ic_search_api_mtrl_alpha

这是为什么呢?我在谷歌中搜索但没有找到答案。

最佳答案

我在 StackOverflow 上发现了一个类似的问题:error: cannot find symbol variable abc_ic_ab_back_mtrl_am_alpha

上面题目的答案是:

The name of the resource was changed in the 23.2.0 support library.

Modify abc_ic_ab_back_mtrl_am_alpha to abc_ic_ab_back_material

Edit: In 23.2.1 the name of the component was changed back to abc_ic_ab_back_mtrl_am_alpha

Edit: In 24.0.0 the name of the component was changed to: abc_ic_ab_back_material

您需要做的就是将名称 abc_ic_search_api_mtrl_alpha 更改为 abc_ic_ab_search_material

它应该工作

更新

对于 API 版本 24.2.1 及更高版本,请在关键字下方使用。

abc_ic_search_api_material

它会起作用。

关于android - 无法解析符号 abc_ic_search_api_mtrl_alpha,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38927302/

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