当前位置: 代码迷 >> Android >> : No resource found that matches the given name 'android:Theme.Holo.Light'该如何处理
  详细解决方案

: No resource found that matches the given name 'android:Theme.Holo.Light'该如何处理

热度:232   发布时间:2016-04-28 04:14:55.0
: No resource found that matches the given name 'android:Theme.Holo.Light'.
<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'.
求大神解决
------解决方案--------------------
sdk版本没选对
------解决方案--------------------
可能是eclipse的问题吧,project——clean 点击ok 就好了;
[email protected]

建议把代码贴出来
  相关解决方案