Joyce de Lanna
Joyce de Lanna

Reputation: 1543

sdk manager doesn't open in Xamarin

I needed to move my sdk folder because the path didn't use to allow it run Then it is in C: But the sdk manager doesnt open in xamarin anymore nether in the windows menu... Do I need move it again? How can I solve that?

Upvotes: 0

Views: 478

Answers (1)

Jesus Angulo
Jesus Angulo

Reputation: 2666

Google removed the GUI for SDK starting from version 26. If you're using version 26, try downgrading to version 25. Remember that you can still open the SDK from Android Studio.

Source: Is GUI for Android SDK manager gone?

Alternative

You can use an open source GUI interface based on sdkmanager.bat: B4A Sdk Manager

B4A SDK Manager

B4A AVD Manager

It can be useful for any developer who doesn't use Android Studio.

Upvotes: 1

Related Questions