0

I think the title describes the problem. I have already followed this , added appcompat as a library in my project.But still getting this error. What can I do?

Android Dependencies

Community
  • 1
  • 1
Ashfaqur Rahaman
  • 714
  • 1
  • 5
  • 21

1 Answers1

4

I have found solution to this problem. I am giving it here. May be it will help somebody.

In my project I needed appcomat_v7 support library. I added appcompat_v7 support library correctly as instructed here. But still it was showing that error. Its because appcompat_v7.jar was missing from */android-support-v7-appcompat/bin folder as android-support-v7-appcompat project was not building properly and creating that jar file. It was happening because of this Parsing Data for android-21 failed error. I have installed JDK 1.8.

Then clean & build appcompat. This time appcompat_v7.jar was created. Then clean & build my project. And it worked!

Community
  • 1
  • 1
Ashfaqur Rahaman
  • 714
  • 1
  • 5
  • 21