* What went wrong:
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
根本原因是Android Studio Dolphin是通过java11来编译的,不再支持java8来直接运行调试,解决方法只能升级到jre java11