简体   繁体   中英

The container 'Android Dependencies' references non existing library appcompat_v7.jar'

I know this question has been asked many times but unfortunately could'nt find any solution. So here it is

The container 'Android Dependencies' references non existing library 'C:\Users\Zain-ul-abdeen\Android\appcompat_v7\bin\appcompat_v7.jar'    OnClick     Build path  Build Path Problem

Clean and built my project many times

You have to do the next thing: go to File>Import>Android>Excisting Android code into workspace click on next . Then you have to chose browse and go to the place where your sdk folder is located. Next you have to select the folders extras>android>support>v7 then you wil see a folder named appcompat you have to select this folder and click ok and after that finish .

When this folder is imported right click on your current project folder in Eclipse select properties . Next click on android and you will see an add button. When you click on that you will see a library named android-support-v7-appcompat select that and hit ok . This will do the job. Hope it will help you out.

Copy the appcompact_v7.jar to missing folder C:\\Users\\Zain-ul-abdeen\\Android\\appcompat_v7\\bin\\appcompat_v7.jar

1.if you don't have appcompat_v7.jar download at Download appcompat_v7.jar
2.And Copy the appcompat_v7.jar to Missing Folder
3.Clean or Refresh your project
4.And there will show you error and hover on error

and Then Fix your Project Set up 修复项目设置

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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