但似乎这些解决方案并没有为我解决这个错误。
这是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.v4
和Xamarin.Android.Support.v7.AppCompat
dll的引用。
真的很奇怪,因为当我的项目在Debug mode
时,它运行时没有给我任何错误。只有在Release mode
中我尝试为移动测试创建APK文件时才会出现此错误。
答案 0 :(得分:0)
使用最新平台Android 6.O构建您的应用