【已解决】classes could not be instantiated:
问题:classes could not be instantiated
解决:
解决:<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> <!-- Customize your theme here. --></style>修改为
<style name="AppTheme" parent="Base.Theme.AppCompat.Light.DarkActionBar"> <!-- Customize your theme here. --></style>修改为