android - No resource found that matches the given name
迷茫
迷茫 2017-04-17 12:01:28
0
2
589

从GitHub上下载的代码家的NumberProgressBar,导入adt之后报错如下:

error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.

xml文件内容如下:

<resources>

<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
    <!-- Customize your theme here. -->
</style>

</resources>

这个问题该如何解决?

迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

全部回复(2)
小葫芦

android-support-v7-appcompat没有找到这个依赖,最好先把他原来的v7删掉,然后重新导入你自己的v7包做依赖,一句话就是确保你的工程引用的v7 library路径正确,方法:右键你引入的工程->property->(左侧)Android
我猜你的左边框中包应该是红色的,选中remove掉然后重新Add键导入你的v7包;
你也可以试试在导入他的工程时勾选 copy into workpace选项

伊谢尔伦

如果你用android studio的话。
直接gradle里面这样即搞定。
dependencies {
compile 'com.daimajia.numberprogressbar:library:1.2@aar'
}

不用搞啥配置了。

热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板