编译安卓项目时报错 com/android/tools/idea/gradle/run/OutputBuildAction has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
在百度了之后,说是该java工程的版本是55,但是使用的确实52版本的jdk
找到 project structure ->project,切换版本为更高级的版本
更改后发现依然报错
需要更改gradle编译版本:
本文为仙士可原创文章,转载请注明来自仙士可博客www.php20.cn