首页 > 移动平台 > 详细

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

时间:2015-04-12 17:50:08      阅读:289      评论:0      收藏:0      [点我收藏+]

java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.test2/com.example.test2.MainActivity}: 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

原文:http://blog.csdn.net/szstephenzhou/article/details/45010935

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!