1. 程式人生 > >Rendering Problems The following classes could not be instantiated:

Rendering Problems The following classes could not be instantiated:

問題描述:一個專案一開啟xml佈局檔案,就會出現Rendering Problems,如下:

解決辦法:Theme主題方面的問題:

將原來的主題

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

改為:

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

即可。