Rendering Problems The following classes could not be instantiated:

问题描述:一个项目一打开xml布局文件,就会出现Rendering Problems,如下:

Rendering Problems The following classes could not be instantiated:

解决办法:Theme主题方面的问题:

将原来的主题

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

改为:

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

即可。