Android问题集锦之二十八:You need to use a Theme.AppCompat theme (or descendant) with this activity.
http://blog.csdn.net/lincyang/article/details/42673151错误描述为:java.lang.IllegalStateException:YouneedtouseaTheme.AppCompattheme(ordescendant)withthisactivity.起因:我想在Manifest中设置我的activity全屏,代码如下:[html] vi