Parsing data for Android L failed.Unsupported major.minor version 51.0

前端 未结 8 1087
面向向阳花
面向向阳花 2020-12-18 18:32

After installing ADT Plugin for Eclipse, I tried to make a new Hello world Android app.

But I met with the following error when I tried to open a new Android Applica

8条回答
  •  独厮守ぢ
    2020-12-18 18:58

    I was facing the same problem on my Mac OSX and for me the problem was resolved by downloading and installing JDK 1.8 from Java SE Development Kit 8 Downloads. You just need to install(or update to) JDK 1.8 and restart the eclipse. That's it! Should work afterwards.

提交回复
热议问题