http://blog.csdn.net/ashuai2010/article/details/50728525
解决方法1:
打开build.gradle (Module:app)
在dependencies
中找到compile 'com.android.support:appcompat-v7:23.1.1'
改成com.android.support:appcompat-v7:23.0.1'
更新配置即可
解决方法2:
在style.xml
中把<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
改成<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
也可以解决