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]
Asked
Active
Viewed 105 times
0
-
1Is the library on that path? – Claudio Redi Jan 29 '15 at 14:21
-
does this help? http://stackoverflow.com/questions/18025942/how-do-i-add-a-library-android-support-v7-appcompat-in-intellij-idea – Andrew Fielden Jan 29 '15 at 14:25
1 Answers
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.

Community
- 1
- 1

Awesome_girl
- 484
- 3
- 9
- 30