The android doc here表示我可以定位Api Level 8+设备,并且仍然指定我要将Holo主题用于API级别11+的设备。我应该可以使用两个themes.xml文件来执行此操作:
在一个Xamarin.Android项目中,使用Xamarin Studio它看起来不像它有效,我得到一个编译时错误:
Error retrieving parent for item: No resource found that matches the given name '@android:style/Theme.Holo'.
我在这里做错了吗?有解决方法吗?
答案 0 :(得分:4)
Theme.Holo仅适用于API 11及更高版本。
如果您的项目目标设置为自动,系统将建立在所需的最低级别(我认为)。
尝试将其明确设置为更高的API版本。