Theme.AppCompat.Light的解决方法

style name=”AppBaseTheme” parent=”Theme.AppCompat.Light”
改为
改为
style name=”AppBaseTheme” parent=”android:Theme.Light”

同理,将
style name=”AppBaseTheme” parent=”Theme.AppCompat.Light.DarkActionBar”
改为
style name=”AppBaseTheme” parent=”android:Theme.Holo.Light.DarkActionBar”

原文地址:https://www.cnblogs.com/dubo-/p/8986317.html