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

You need to use a Theme.AppCompat theme (or descendant) with this activity解决方法

时间:2015-04-15 17:04:38      阅读:153      评论:0      收藏:0      [点我收藏+]

标签:android

报错如下:
java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.
解决方法:
创建的activity是MainActivity extends ActionBarActivity这样的。把后面的ActionBarActivity改成Activity,然后导包,把下面报错的地方删掉运行就不报错了。。。

You need to use a Theme.AppCompat theme (or descendant) with this activity解决方法

标签:android

原文地址:http://blog.csdn.net/y6300023290/article/details/45061323

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