我想在我的应用程序中使用appcompat.我按照说明做了一切.但是当我在我的proect中添加
android-support-v7-appcompat作为库时,我有一个错误:
Description Resource Path Location Type The container 'Android Dependencies' references non existing library 'C:\Android\workspace\android-support-v7-appcompat\bin\ android-support-v7-appcompat.jar' testActionBar Build path Build Path Problem
我做得不对劲?
解决方法
>从libs文件夹中删除appcompat.jar和v4-support.jar
>清理你的项目
>清理你的项目
How to add android-support-v7-appcompat as a library
>在eclipse中导入android-support-v7-appcompat作为库项目和
检查复制到工作区
>在你的项目中添加android-support-v7-appcompat作为库
>右键点击你的项目—–>属性——> android
——>加
>清理你的项目
我想这会对你有所帮助