Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xamarin on Visual Studio 2015-Cannot find adb.exe in specified SDK path

Cannot find adb.exe in specified SDK path:

C:\Program Files (x86)\Android\android-sdk\platform-tools\platform-tools\adb.exe

I know it's there because I can see adb.exe in the folder, anyone know how to fix this?

like image 645
badgerbadger Avatar asked Jun 12 '16 18:06

badgerbadger


People also ask

Where is ADB EXE in Android SDK?

adb is included in the Android SDK Platform-Tools package. You can download this package with the SDK Manager, which installs it at android_sdk /platform-tools/ .

How do I find my ADB path?

To resolve this, firstly you need to check if the adb is even present in the SDK folder. For this, open C:\Users\Username\AppData\Local\Android\Sdk\platform-tools, check if adb.exe is present. Case 1: If adb is not present: If the adb is not present, installing the platform-tools resolves the problem.

How do I find the SDK path?

Navigate to the File > Settings option you will get to see below dialog screen. Inside that screen. Click on Appearance and Behavior option > System Settings options and then click on the Android SDK option to get to see the below screen. Inside this screen, you will get to see your SDK path.


1 Answers

  1. Run "SDK Manager" as administrator:

    C:\Program Files (x86)\Android\android-sdk\SDK Manager.exe

  2. Download the missing libraries.

    Android SDK Tools

    Android SDK Platform-tools

  3. Set the path of the SDK in Visual Studio:

    Tools -> Options -> Xamarin -> Android Settings

Android SDK Location: C:\Program Files (x86)\Android\android-sdk

like image 83
Tonatio Avatar answered Oct 05 '22 04:10

Tonatio