with java 11, as said by the docs, but i got the error
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
I was able to resolve the issue by installing java 17 (I think that's what fixed it)
when I run
with java 11, as said by the docs, but i got the error
I was able to resolve the issue by installing java 17 (I think that's what fixed it)