错误 APT0000:检索项目的父项时出错:找不到与给定名称“Theme.AppCompat.Light.NoActionBar"匹配的资源.(APT0000)

错误 APT0000:检索项目的父项时出错:找不到与给定名称“Theme.AppCompat.Light.NoActionBar

问题描述:

我是 xamarin 工作室的新手.我已将与目标 API 23 对应的所有必需包添加到我的 android xamarin Studio 项目中,将其设置为正确的目标 API 23,但仍然被下图中的这些错误所困扰.任何帮助提供将不胜感激

I am new to xamarin studio. I have added all the required packages corresponding to the target API 23 to my android xamarin studio project, set it to the right target API 23 but am still being haunted by these errors in the image below. Any help rendered will be greatly appreciated

图像包含来自 android xamarin studio 项目的错误

您的编译 SDK 版本必须与支持库的主要版本相匹配.

Your compile SDK version must match the support library's major version.

由于您使用的是支持库 v23,因此需要针对 v23 的 Android SDK 进行编译.

Since you are using support library v23, you need to compile against Android SDK of v23.

或者,您可以切换到最新的支持库 v22,继续针对 Android SDK 的 v22 进行编译.

Alternatively you can continue compiling against v22 of the Android SDK by switching to the latest support library v22.