How can I fix this error - Archive for required library: 'C:/Users/Android/Documents/eclpiseproject/codes/android/aproject/libs/._android-support-v4.jar' in project 'aproject' cannot be read or is not a valid ZIP
3
-
1just delete/remove. is this path is correct ...ject/codes//android/a...?Padma Kumar– Padma Kumar2012-11-12 10:54:37 +00:00Commented Nov 12, 2012 at 10:54
-
sorry, can't understand your comment. what is that?Stella– Stella2012-11-12 10:59:40 +00:00Commented Nov 12, 2012 at 10:59
-
Right clicl your project goto BuildPath-->configureBuildpath... in that you can see library tag.Padma Kumar– Padma Kumar2012-11-12 11:54:19 +00:00Commented Nov 12, 2012 at 11:54
Add a comment
|
3 Answers
The Android Developer Guide has a quite complete section on this topic. If you follow the steps you should be able to fix this problem.
-> http://developer.android.com/tools/extras/support-library.html
Comments
Looks like you are missing the support library.
Right click the project in Eclipse > Android Tools > Add Support Library.
The support library is not packaged as part of the Android SDK but offers more components. It needs to be added though if you are using a component from it.
Wise to clean your project once added as well.
1 Comment
Stella
Already tried this one but its not working. still have the errors