I create a HelloWorld Android application project.
When run this project,myEclipse tells me :
com/android/dx/command/dexer/Main : Unsupported major.minor version 52.0.
The problem seems to be a jar version conflict.
In the beginning ,I use JDK1.7.
For trying To solve this problem ,I change to JDK1.8.
However,it doesn't work.Could anyone help me to get out?
Thanks!