I am trying to run my eclipse project on my android device. The project built successfully and no error but when I tried to run project i get the following error:
Errors occurred during the build.
Errors running builder 'Android Package Builder' on project 'SplashScreen'.
com/android/dx/command/dexer/Main : Unsupported major.minor version 52.0
I am working on ubuntu 14.04. In my android devices developer option is on and adb devices
command also show my devices properly but devices are not shown in the run configuration of the eclipse.
My eclipse version is eclipse 3.8.1. I tried with other PC with eclipse mars which is worked with my device and I run the application from eclipse mars. But when I tried with my PC, the device is not shown in eclipse.
So how can I solve this problem?