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

前端 未结 8 1086
面向向阳花
面向向阳花 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 19:08

    Please check for the following.

    1. Ensure that you have restarted your system after specifying the path name.
    2. You can look for the following icon on your eclipse's layout screen. !() The "20" specifies the android version to use when rendering layouts. Change it and see.
    3. Last but not least review your ADT configurations. Hope this helps.
    0 讨论(0)
  • 2020-12-18 19:11

    Sometimes it can be just because the compiler compliance level is not set properly in Eclipse Java Compiler settings.

    Go to Eclipse Preferences, under Java section-> go to Compiler and then in JDK compliance level select 1.7

    0 讨论(0)
提交回复
热议问题