Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error Occurs while Running Android Project - Unsupported major.minor version

While running the code it shows a alert

Errors occurred during the build Errors running builder 'Android Package Builder' on project 'Test'.com/android/dx/command/dexer/Main : Unsupported major.minor version 52.0

This is the error shown

Eclipse was running properly but after the updation of eclipse it shows the error.previously it was running well,i.e before updation help me solve this issue and run my project.

also help me with some update-able adt bundle.

like image 283
Vishnu M A Avatar asked Mar 15 '16 10:03

Vishnu M A


Video Answer


1 Answers

I have got the same exact issue, but not the same solution solved it :

To fix this, i have to go in my project.properties file :

enter image description here

And in this file add this line :

sdk.buildtools=23.0.3
like image 192
Kevin ABRIOUX Avatar answered Oct 19 '22 03:10

Kevin ABRIOUX