您的位置:首页 > 移动开发

You need to use a Theme.appcompat theme with this activity

2015-05-24 10:55 330 查看
今天创建activity时,莫名其妙出现问题:

java.lang.illegalstateException:You need to use a Theme.appcompat theme with this activity

检查创建的activity发现了问题,原来是extends ActionBarActivity的问题,把extends ActionBarActivity改成extends Activity就可以了。其实是它引用了support. V7中的actionbar才导致错误。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐