java.lang.UnsupportedClassVersionError: 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

 

OutputBuildAction 클래스가 55 에서 컴파일 되었고,  Java Runtime은  52라서 오류가 발생

안드로이드스튜디오의 Java  버전을 변경하여 해결

 

 

 

 

'기타' 카테고리의 다른 글

특정 브랜치 클론  (0) 2022.11.13
Git 설치  (0) 2022.11.13
admob - app-ads.txt 설정  (0) 2022.07.16
Button 배경색이 변경되지 않을 경우  (0) 2022.05.27
Apache License 2.0  (0) 2022.04.05

+ Recent posts