styles.xml
中<style name="AppBaseTheme" parent="Theme.AppCompat.Light">
提示如下错误,这是版本问题。
error: Error retrieving parent for item: No resource found that matches the given name '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">
为什么要做这个笔记呢,因为EC又出毛病了呀!干!