问题描述
我正在构建一个用于学习的 Xamarin 表单应用程序,一切都适用于 iOS 等,Android 正在运行,现在,由于某种原因我无法解决.AppSupport 出现问题.
I am building a Xamarin forms app for learning and everything is working for iOS etc, Android was working and now, for a reason I cant work out. Something is wrong with the AppSupport.
最小 SDK 15,目标 21.我参考了 v4、v7 AppCompat、GooglePlayServices、Maps
Min SDK 15, Target 21. I have references to v4,v7 AppCompat, GooglePlayServices, Maps
values.xml(0,0):错误 APT0000:检索项目的父项时出错:找不到与给定名称Widget.AppCompat.Light.ActionButton"匹配的资源.(APT0000)
values.xml(0,0): Error APT0000: Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.Light.ActionButton'. (APT0000)
values.xml(0,0):错误 APT0000:检索项目的父项时出错:找不到与给定名称Widget.AppCompat.ActionButton"匹配的资源.(APT0000)
values.xml(0,0): Error APT0000: Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.ActionButton'. (APT0000)
我已经完成了清理、重建等
I have done a clean, rebuild etc
更新
我认为它的 Xamarin 坏了 :(https://bugzilla.xamarin.com/show_bug.cgi?id=29568
I think its Xamarin that is broken :(https://bugzilla.xamarin.com/show_bug.cgi?id=29568
推荐答案
我在 ./local/shared/Xamarin 中有损坏的包
I had corrupt packages in ./local/shared/Xamarin
这篇关于Xamarin 表单:错误 APT0000:检索项目的父项时出错:找不到与给定名称“Widget.AppCompat.Light.ActionButton"匹配的资源的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!