Transportr icon indicating copy to clipboard operation
Transportr copied to clipboard

Fix CI

Open Altonss opened this issue 1 month ago • 0 comments

Had to update the java-version to fix this error in CI:

  Error: LinkageError occurred while loading main class com.android.sdklib.tool.sdkmanager.SdkManagerCli
  	java.lang.UnsupportedClassVersionError: com/android/sdklib/tool/sdkmanager/SdkManagerCli has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0

This needed a macos version change, see here: https://github.com/ReactiveCircus/android-emulator-runner/issues/392#issuecomment-2106167725

Altonss avatar May 12 '24 16:05 Altonss