<resources>
<!–
Base application theme for API 11+. This theme completely replaces
AppBaseTheme from res/values/styles.xml on API 11+ devices.
–>
<style name=”AppBaseTheme” parent=”android:Theme.Holo.Light”>
<!– API 11 theme customizations can go here. –>
</style>
</resources>
为什么会出现: No resource found that matches the given name “android:Theme.Holo.Light”.
求高手解决
<!–
Base application theme for API 11+. This theme completely replaces
AppBaseTheme from res/values/styles.xml on API 11+ devices.
–>
<style name=”AppBaseTheme” parent=”android:Theme.Holo.Light”>
<!– API 11 theme customizations can go here. –>
</style>
</resources>
为什么会出现: No resource found that matches the given name “android:Theme.Holo.Light”.
求高手解决
解决方案
10
sdk版本没选对
10
可能是eclipse的问题吧,project——clean 点击ok 就好了;
也可能是@color方法引用的问题;
建议把代码贴出来
也可能是@color方法引用的问题;
建议把代码贴出来