Error-The container 'Android Dependencies' references non existing library 'C:\javanAndroid\workspace_android\appcompat_v7\bin\appcompat_v7.jar' - eclipse error

CODEDRAGON Development/Android

반응형

   

   

   

   

오류메시지

The container 'Android Dependencies' references non existing library 'C:\javanAndroid\workspace_android\appcompat_v7\bin\appcompat_v7.jar'

  

   

   

Error-The container 'Android Dependencies' references non existing library 'C:\javanAndroid\workspace_android\appcompat_v7\bin\appcompat_v7.jar'

   

   

해결방법 1

Add JARs

   

   

Appcompat_v7항목 확장

   

Android-support-v7-appcompat.jar 선택 >

OK

   

추가확인

   

Eclipse: Project > Clean

   

OK

   

   

   

해결방법2

   

   

   

   

   

체크

   

   

   

   

   

해결방법 3

추가할 라이브러리 프로젝트 선택 > 마우스 우클릭

Android Tools > Add Support Library

   

   

   

   

   

해결방법 4

Libs 폴더안의 라이브러리로 추가할 .jar파일을 선택 > 마우스 우클릭

Build Path > Add to Build Path

   

Project > Clean

   

반응형