!Good!
I am trying to access the Android SDK Manager in Visual Studio, for Xamarin.
When I try to run it, I get a window telling me:
Cannot find adb.exe in the specified SDK path
This is the path where it should be in theory:
C:\Program Files (x86)\Android\android-sdk
I have gone to check that this adb.exe is in the folder, but it is not. If I go to the specified path, there is nothing about it. I've tried looking for a way to install or reinstall this, but can't find anything to help.
How could I fix it?
The file
adb.exe
must be found in/platform-tools
the sdk directory, possibly you do not have it installed, in your case the file should be found in the path:If it is not installed, you must proceed to the installation of "
Android SDK Plaform-Tools
".Visual Studio Xamarin .
Go to "Android SDK Manager" :
and download:
Review Android SDK Configuration for Xamarin.Android
AndroidStudio
Go to the menu select
Tools
>SDK Manager
and select the sectionSDK Tools
:You must install it from:
Tools -> SDK Manager
The following screen will be displayed. Select SDK Tools and install it
Note: I don't remember if there is a Spanish version