Android真机调试 Android.Util.AndroidRuntimeException: You cannot combine custom titles with other title features

参考连接:http://blog.csdn.net/scyatcs/article/details/9003285


Android.Util.AndroidRuntimeException: You cannot combine custom titles with other title features

错误如下图:

Android真机调试 Android.Util.AndroidRuntimeException: You cannot combine custom titles with other title features_第1张图片

 

原文图:

Android真机调试 Android.Util.AndroidRuntimeException: You cannot combine custom titles with other title features_第2张图片

解决方法: 

1。在AndroidManifest.xml 中更改<application>标签中的android:theme="@style/AppTheme"(自定义主题时候),根据自己需要更改。

2。或者直接删除掉\res\values-v11和v11+(系统默认的对你没有用处时)。

 

xamarin.Android遇到如此问题,可用同样方式解决

你可能感兴趣的:(Android真机调试 Android.Util.AndroidRuntimeException: You cannot combine custom titles with other title features)