使用Xamarin Forms我似乎无法构建项目。我可以构建一个普通的Xamarin android项目,但在使用Forms
时它会一直失败我的风格定义为: style.xml中的值
string void Main
style.xml in values-21
<resources>
<style name="MyTheme" parent="MyTheme.Base">
</style>
<style name="MyTheme.Base" parent="Theme.AppCompat.Light.NoActionBar">
<item name="colorPrimary">@color/primary</item>
<item name="colorPrimaryDark">@color/primaryDark</item>
<item name="colorAccent">@color/accent</item>
<item name="android:windowBackground">@color/window_background</item>
<item name="windowActionModeOverlay">true</item>
</style>
</resources>
以及清单中的以下内容
<resources>
<style name="MyTheme" parent="MyTheme.Base">
</style>
</resources>
答案 0 :(得分:2)
我相信你的文件名中有拼写错误。它应该是#!/usr/bin/env ruby
require 'xcodeproj'
xcproj = Xcodeproj::Project.open("platforms/ios/schemedemo.xcodeproj")
xcproj.recreate_user_schemes
xcproj.save
与styles.xml
。但是,您仍然会使用style.xml
。