码迷,mamicode.com
首页 > 移动开发 > 详细

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

时间:2015-05-18 10:34:48      阅读:413      评论:0      收藏:0      [点我收藏+]

标签:

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


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

错误如下图:

技术分享

 

原文图:

技术分享

解决方法: 

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

标签:

原文地址:http://www.cnblogs.com/NicolasLen/p/4511132.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!