小编KiD*_*iDa的帖子

找不到匹配给定名称'android:Theme.Holo.Light'的资源

我创建了一个具有以下Target设置的项目:

<uses-sdk
        android:minSdkVersion="8"
        android:targetSdkVersion="18" />
Run Code Online (Sandbox Code Playgroud)

但是在值-v11和值-v14处仍然存在以下错误:

错误:找不到与给定名称"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>
Run Code Online (Sandbox Code Playgroud)

android

9
推荐指数
2
解决办法
3万
查看次数

标签 统计

android ×1