0

I have this error in my first android project it sats [The container 'Android Dependencies' references non existing library 'E:\project workspace\appcompat_v7\bin\appcompat_v7.jar' TheSmartHome Build path Build Path Problem]

1 Answers1

1

Go to Project->Build Automatically and enable it.

Go to: Project > Clean > Clean all projects.

right-click the .jar files (there will be two files select android-support-v4.jar) and then select Build Path > Add to Build Path.

also try The container 'Android Dependencies' references non existing library 'facebook-android-sdk\facebook\bin\com_facebook_android.jar'

Community
  • 1
  • 1
Awesome_girl
  • 484
  • 3
  • 9
  • 30