构建路径' Android Dependecies'

时间:2015-04-27 13:50:44

标签: android eclipse jquery-mobile

我是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

1 个答案:

答案 0 :(得分:0)

关于错误The container 'Android Dependencies' references non existing library 'C:\Users\POSTE5\workspace\appcompat_v7\bin\appcompat_v7.jar' Testapp Build Path Problem错误,您可以查看此处引用的 dazilli's 答案: Type The container 'Android Dependencies' references non existing library android-support-v7-appcompat/bin/android-support-v7-appcompat.jar

  我也遇到过这样的问题。我的错误是:容器'Android Dependencies'引用了不存在的库   'C:\发展\ ADT-束 - 窗口x86-20140702 \工作空间\ appcompat_v7 \ BIN \ appcompat_v7.jar'

     

为了解决这个问题,我去了项目>属性> java构建路径>库>添加jar> appcompat_v7> libs>,然后我选择了   Android的支持-V7-appcompat.jar。在此之后,我去了项目>干净。   这解决了这个问题。希望你能找到我的提示。

希望这有帮助。