0

enter image description here I installed android adt with eclipse and appcompat v7 is showing error I tried almost everything i.e 1.change the build path 2.re installing the whole package 3.include the jar files manually 4.Updating the eclipse

Please check for the error in picture.enter image description here

Please help me its two days I am struggling.

madhan kumar
  • 1,560
  • 2
  • 26
  • 36
Puneet Kushwah
  • 1,495
  • 2
  • 17
  • 35

2 Answers2

1

You have installed the higher version of jdk. just follow the below steps.

right click on project properties > click on java compiler, enable project specific settings and change the java version to 1.4 or lower.

Balayesu Chilakalapudi
  • 1,386
  • 3
  • 19
  • 43
1

If anyone getting the same problem delete appcompat_v4 from the libs folder when creating a new project

Puneet Kushwah
  • 1,495
  • 2
  • 17
  • 35