level 12
style.xml的问题,未知Theme.Material.Light.xxx主题
2018年09月07日 10点09分
2
level 13
你android.jar似乎有问题
把主题改成Theme.Holo.Light应该可以
2018年09月07日 10点09分
4
level 7
我把主题改成Theme.Holo.Light还是没有用?
2018年09月07日 11点09分
5
是在style文件里改成@android:style/Theme.Holo.Light的吧?
2018年09月07日 12点09分
卸载,然后换一个aide吧
2018年09月07日 12点09分
level 14
在values-v21里可以使用Theme.Material.Light.DarkActionBar
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="AppTheme" parent="@android:style/Theme.Material.Light.DarkActionBar">
</style>
</resources>
2018年09月07日 14点09分
8