我创建了一个具有以下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 ×1