【发布时间】:2018-03-15 15:44:32
【问题描述】:
我刚刚将 MvvmCross 从 5.4.2 升级到 5.6.3,现在我收到以下错误 我的styles.xml 文件和我的themes.xml 文件中的所有内容。
我没有更改目标 SDK。我刚刚升级到 5.6.3,出现这些错误,并且在构建应用程序时 Resources.Designer.cs 文件没有更新
Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Dialog'. Styles.xml 2
Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat'. Styles.xml 2
Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat'. themes.xml 18
Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.ActionBar.Solid'. themes.xml 18
Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.ListPopupWindow'. themes.xml 18
Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.ActionBar'. themes.xml 18
Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.ListView.DropDown'. themes.xml 18
Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.ActionBar.TabView'. themes.xml 18
Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.ProgressBar.Horizontal'. themes.xml 20
Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.ActionButton.CloseMode'. themes.xml 20
Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.Spinner'. themes.xml 20
Error retrieving parent for item: No resource found that matches the given name 'TextAppearance.AppCompat.Widget.ActionBar.Subtitle'. themes.xml 23
Error retrieving parent for item: No resource found that matches the given name 'TextAppearance.AppCompat.Widget.ActionBar.Menu'. themes.xml 23
【问题讨论】:
-
清理并重新构建。还要确保所有版本都匹配,并且 Android 支持库版本也匹配。
标签: xamarin.android styles themes mvvmcross upgrade