I am currently using Eclipse Mars (64 bit) on Windows 7 64 bit OS. I have installed JDK 1.7 (64 bit). I was using this Eclipse for since a month now with the ADT plugin installed from the beginning.
However, recently when I updated my Android SDK to include the latest Android N platform, I am getting errors while running any Android project in my workspace.
The error is as follows,
Android Package Builder Error: Unable to build project "HelloWorld" Unsupported major minor version 52.0
However, when I tried the same on Eclipse Juno (64 bit) on another Windows 7 64 bit system with JDK 1.7 (64 bit) then I didn't face any such issue.
Is this a problem with Eclipse or Java?