I installed Visual Studio Professional with Xamarin, but without Android SDK and Android NDK. Then I downloaded SDK and NDK separately, unzipped them and set their location in Visual Studio Options. I am able to create and run Android Apps and everything works fine. Except I can't launch either SDK Manager or AVD Manager from Visual Studio. When I click corresponding buttons nothing happens. Android SDK folder doesn't contain exe files of AVD and SDK Managers.
This is because as of Android SDK Tools 26.0.1
, Google has officially deprecated the SDK and AVD Manager GUI tools. They have replaced these tools with their CLI(Command Line Interface) tools. If you need more details about this, you can read up on them here:
https://bugzilla.xamarin.com/show_bug.cgi?id=54521
Note: Xamarin is currently working on GUI tooling to replace this within the IDE.
Apart from the answers already given here, the issue of AVD Manager not opening in Visual Studio (nothing happens after clicking) can also be due to the settings folder missing in your system.
To fix this:
cd C:\Users\your_username\
.android
by typing mkdir .android
cd .android
and create a new folder there - mkdir avd
Credits
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With