微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

找不到与给定名称匹配的资源:attr’android:actionModeShareDrawable’

我尝试同步Gradle的所有内容都会出现此错误.我正在使用SDK 21,我已安装所有更新.我尝试删除Value.xml,清理Gradle,同步它并尝试更改SDK版本.它仍然出现了.

这是出了什么问题

C:\Users\User\AndroidStudioProjects\MyApplication\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\21.0.0\res\values-v11\values.xml
Error:(36, 21) No resource found that matches the given name: attr 'android:actionModeShareDrawable'.
Error:(36, 21) No resource found that matches the given name: attr 'android:actionModeShareDrawable'.
Error:(36, 21) No resource found that matches the given name: attr 'android:actionModeShareDrawable'.
Error:(36, 21) No resource found that matches the given name: attr 'android:actionModeShareDrawable'.
    Error:Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material'.
Error:Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Body1'.
Error:Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Body2'.
Error:Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Button'.
Error:Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Caption'.
Error:Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.display1'.
Error:Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.display2'.
Error:Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.display3'.

如果您希望项目看到给我一个消息.
我真的很新的android工作室.我也重建了应用程序.

解决方法:

您需要确保所有具有支持库作为依赖关系的模块也将编译SDK设置为21.因此,请转到项目结构并检查左侧的所有模块.

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐