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

Android 踩坑记录

时间:2015-09-18 12:15:18      阅读:263      评论:0      收藏:0      [点我收藏+]

标签:


一、java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.

Activity继承了兼容包中的类,查看主题是否来自 Theme.AppCompat

<style name="BaseTheme.Light" parent="Theme.AppCompat"

二、  Caused by: java.lang.IllegalStateException: This Activity already has an action bar supplied by the window decor. Do not request Window.FEATURE_ACTION_BAR and set windowActionBar to false in your theme to use a Toolbar instead.
  

使用Toolbar 但是主题并未指定正确

<style name="BaseTheme.Light" parent="Theme.AppCompat.Light.NoActionBar">








Android 踩坑记录

标签:

原文地址:http://my.oschina.net/longyuan/blog/508004

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