gpt4 book ai didi

c# - Xamarin - 找不到匹配的资源

转载 作者:太空狗 更新时间:2023-10-29 22:10:24 29 4
gpt4 key购买 nike

我最近在我的计算机上安装了 Win10 后重新安装了 Xamarin。

一如既往,安装 Xamarin 和启动基本的 Xamarin.Forms 应用程序将无法正常工作,您需要遇到一些麻烦,这是我的:

No resource found that matches the given name: attr 'windowNoTitle'.
No resource found that matches the given name: attr 'colorPrimary'.
No resource found that matches the given name: attr 'windowActionBar'.
Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'. No resource found that matches the given name: attr 'colorPrimaryDark'.
No resource found that matches the given name: attr 'colorAccent'.
No resource found that matches the given name: attr 'colorAccent'.
No resource found that matches the given name: attr 'windowActionModeOverlay'. Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.Dialog'.

我读过几个主题,说您需要将最低 SDK 版本更改为此:

<uses-sdk android:targetSdkVersion="23" android:minSdkVersion="23" />并在 Android SDK 管理器中更新所有数据包(情况也是如此)。

但我仍然遇到错误。

有什么提示可以改变我的基本应用程序吗?

编辑styles.xml 存在并且看起来像:

    <?xml version="1.0" encoding="utf-8" ?>
<resources>

<style name="MainTheme" parent="MainTheme.Base">
</style>
<!-- Base theme applied no matter what API -->
<style name="MainTheme.Base" parent="Theme.AppCompat.Light.DarkActionBar">
<!--If you are using revision 22.1 please use just windowNoTitle. Without android:-->
<item name="windowNoTitle">true</item>
<!--We will be using the toolbar so no need to show ActionBar-->
<item name="windowActionBar">false</item>
[...]

最佳答案

好吧,试了很多次都搞定了,那怎么办呢:

Visual Studio :

  1. 转到 Tools > Options > Xamarin > Android Settings : 更改为 JDK 1.8(而不是 1.7)!
  2. 关闭VS

Changing to JDK 1.8 will permanently avoid the error Unsupported major.minor version 52.0

Windows(本地):

  1. 删除所有Xamarin.Android.* C:\Users\<User>\AppData\Local\Xamarin 中的文件夹
  2. 删除zips同一位置的文件夹

Windows(在我的项目文件夹中):

  1. 删除.vs文件夹
  2. 删除所有Xamarin.Android.* packages 中的文件夹文件夹
  3. 删除/obj/bin .Droid 项目中的文件夹

重新打开 Visual Studio 并重建您的解决方案。

首次编译时,请耐心等待!在 Xamarin/zips 中再次下载 Zip并提取(在我的电脑上至少需要 5 分钟)。

等等...等等……

没关系,解决方案已部署到我的智能手机上,一切正常。感谢大家。

希望对其他人有帮助!

关于c# - Xamarin - 找不到匹配的资源,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42185757/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com