繁体   English   中英

构建路径“ Android Dependecies”

[英]Build Path 'Android Dependecies'

我是android的初学者,当我创建一个新项目时,总是会遇到那两个错误,我也不知道为什么。

1/  The container 'Android Dependencies' references non existing library  'C:\Users\POSTE5\workspace\appcompat_v7\bin\appcompat_v7.jar' Testapp Build Path Problem

2/  error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.ActionButton'.  styles_base.xml /appcompat_v7/res/values-v21    line 75 Android AAPT Problem

关于错误The container 'Android Dependencies' references non existing library 'C:\\Users\\POSTE5\\workspace\\appcompat_v7\\bin\\appcompat_v7.jar' Testapp Build Path Problem错误,您可以检查此处引用的dazilli答案: 输入容器'Android Dependencies'引用了不存在的库android-support-v7-appcompat / bin / android-support-v7-appcompat.jar

我也遇到过这样的问题。 我的错误是:容器“ Android Dependencies”引用了不存在的库“ C:\\ development \\ adt-bundle-windows-x86-20140702 \\ workspace \\ appcompat_v7 \\ bin \\ appcompat_v7.jar”

为了解决这个问题,我去了project> properties> java build path> libraries> add jars> appcompat_v7> libs>,然后选择了android-support-v7-appcompat.jar。 之后,我去了project> clean。 这解决了问题。 希望您对我的提示有所帮助。

希望这可以帮助。

暂无
暂无

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

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