Reputation: 1543
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
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?
You can use an open source GUI interface based on sdkmanager.bat: B4A Sdk Manager
It can be useful for any developer who doesn't use Android Studio.
Upvotes: 1