0

I deleted android-support-v7-appcompat from eclipse package explorer mistakenly and now i can see lots of error in my project. How can i restore it ? I am stuck, please assist me.

enter image description here

Anjum
  • 681
  • 3
  • 14
  • 38
  • possible duplicate of [Adding a library/JAR to an Eclipse Android project](http://stackoverflow.com/questions/3642928/adding-a-library-jar-to-an-eclipse-android-project) – Vogel612 Dec 05 '14 at 09:39

1 Answers1

0

Include android-support-v7-appcompat again to your workspace you can find it from here.

<sdk>\extras\android\support\v7\appcompat

and include it to your project like this.

Right-click on your project, select Properties
Click on Android
Scroll down and click Add... and select your app compact lib.
Click ok. cleaqn and build you are good to go.

Nitesh
  • 3,868
  • 1
  • 20
  • 26