Android Studio不能预览xml问题解决方案

问题:

      在Android Studio中出现不能预览xml文件,导致无法可视化查看和编辑。

       AS版本:3.1.4

解决方案:

     编辑styles.xml文件,将

     <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">

    修改为:

     <style name="AppTheme" parent="Base.Theme.AppCompat.Light.DarkActionBar">

猜你喜欢

转载自blog.csdn.net/yinxing2008/article/details/82379970