You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: