繁体   English   中英

正确的SDK未找到Holo主题

[英]Holo theme not found with correct SDK

使用SDK 4.1.2编译Android项目时,出现以下错误:

/res/values-v14/styles.xml:3: error: Error retrieving parent for item: No resource found that matches the given name '@android:Theme.Holo.Light'.

values-v14资源目录是唯一引用此主题的地方。

我的清单中的<uses-sdk android:minSdkVersion="10" android:targetSdkVersion="16"/><uses-sdk android:minSdkVersion="10" android:targetSdkVersion="16"/> ,并且项目SDK设置为使用带有Google API的Android 4.1.2构建。

谁能给我一些可能发生的想法?

我正在使用最新版本的Intellij IDEA。

由于这是从Eclipse导入的项目,因此我不得不回过头来,将针对Eclipse构建的SDK更改为4.1.2,然后IDEA决定玩得开心。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM