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

后端 未结 5 802
失恋的感觉
失恋的感觉 2020-12-13 11:08

While running the code it shows a alert

Errors occurred during the build Errors running builder \'Android Package Builder\' on project \'Tes

5条回答
  •  旧巷少年郎
    2020-12-13 11:24

    Solved the issue , Previously I compiled with jAVA 1.7 and run in jdk 1.8 that was the reason of my issue now i download JAVA 1.8 now it is running

    • J2SE 8=52,
    • J2SE 7=51,
    • J2SE 6.0=50,
    • J2SE 5.0=49,
    • JDK 1.4=48,
    • JDK 1.3=47,
    • JDK 1.2=46
    • JDK 1.1=45

提交回复
热议问题