从项目中检索父项时出错

时间:2015-11-24 13:42:24

标签: c# android xml xamarin

这可能与thisthis有关。

但似乎这些解决方案并没有为我解决这个错误。

这是我的错误enter image description here

这是XML

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

  <style name="MyTheme" parent="Theme.AppCompat.Light.NoActionBar">
    <item name="colorPrimary">#2196F3</item>
    <item name="drawerArrowStyle">@style/MyDrawerArrowStyle</item>
  </style>

  <style name="MyDrawerArrowStyle" parent="Widget.AppCompat.DrawerArrowToggle">
    <item name="color">#F5F5F5</item>
    <item name="spinBars">true</item>
  </style>

</resources>

是的,我已经获得了对Xamarin.Android.Support.v4Xamarin.Android.Support.v7.AppCompat dll的引用。

真的很奇怪,因为当我的项目在Debug mode时,它运行时没有给我任何错误。只有在Release mode中我尝试为移动测试创建APK文件时才会出现此错误。enter image description here

1 个答案:

答案 0 :(得分:0)

使用最新平台Android 6.O构建您的应用