0

I am using Android Eclipse ADT plugin (yes!) . MY project was compiling all rght untill I installed Android N. After that I am getting the above error in eclipse . I am using jre7 to compile.

My suspicion is that ecipse is using the latest installed android build tools whic got changed to 24 after update. Let me know if I am right, and how to revert it to 23.

I have already tried all other answers in SO including changing java versin to 8. Nothing works.

Utsav Gupta
  • 3,785
  • 5
  • 30
  • 52
  • Have a look here: http://stackoverflow.com/a/39442004/4409409 For Eclipse, I believe you will need to add `sdk.buildtools=23.0.3` to the `project.properties` file. – Daniel Nugent Sep 21 '16 at 08:12
  • Thanks for commenting I tried this , I get error : Unable to resolve sdk.buildtools property value '23.0.3' – Utsav Gupta Sep 21 '16 at 08:21

0 Answers0