【Android】关于Rendering Problems android.support.v7.internal.app.WindowsDecorActionBar问题的解决方法
使用Android Studio过程中,有时在创建项目之后,在xml文件的预览界面产生如下提示框:
这个问题在是因为styles.xml文件中包名不规范导致的。
解决方法如下:打开路径:
项目名>res>values>styles.xml
显示代码段:<resources> <!-- Base application theme. -->
<style name="AppT
原创
2016-01-30 14:16:23 ·
1917 阅读 ·
0 评论