Error APT0000: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.NoActionBar'. (APT0000)

余生长醉 提交于 2019-12-12 18:28:08

问题


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

Image contains errors from an android xamarin studio project


回答1:


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

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

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



来源:https://stackoverflow.com/questions/40629929/error-apt0000-error-retrieving-parent-for-item-no-resource-found-that-matches

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!