IllegalArgumentException: cannot find adb in Android Studio v2.3

Does anyone know how to fix this?

IllegalArgumentException: Unable to locate adb

enter image description here

I installed Android Studio v2.3 and it will not allow me to run the application with an error message. I searched the Internet and said to click Launch Standalone Sdk managerbut I can not find it.

enter image description here

+7
source share
12 answers

I also ran into this problem when trying to transfer an Android project from one computer to another. Since I have Android Studio 2.3, I have no way to run a standalone SDK manager (or at least I don’t see a single button).


http://m.blog.csdn.net/article/details?id=51204114
, .

>> Android >> SDK-Manager >> SDK-Tools
" Android SDK Platform " "", .
Uninstall Android SDK Platform-Tools , . .

+11

, , , .

adb.exe AppData/Local/Android/Android-SDK/Platform-Tools AppData/Local/Android/SDK/Platform-Tools

, ! !

+5

Avast "adb.exe", . , ( Avast):

> > [ ]>

, , , , , .

+3

, , , avast , , :

  1. " SDK " : https://developer.android.com/studio/releases/platform-tools.html

  2. , "platform-tools"
  3. Android Studio
  4. " ", " " sdk, : C:\Users\YourUserName\AppData\Local\Android\Sdk
  5. Android Studio

!

!

+2

SDK platform_tools, , SDK. Android Studio, β†’ SDK Manager β†’ SDK Tool β†’ SDK platform_tools. , , adb.exe.

+1

. SDK SDK, Tools β†’ Android β†’ SDK Manager. ( ), , - android-sdk Platform-Tools, adb.exe. ADT .

0

. Android Studio, sdk. >> Android >> SDK-Manager >> Android SDK NLocation SDK. .

[enter image description here] [2]

"" >> "" >> "" >> ""

0

- SDK .
, , adb , SDK , .

LiooRyuuguu , - - SDK , , , , SDK , ,

0

. adb.exe : D:\Android_Sdk\sdk\platform-tools adb.exe SDK, . - adb.exe

0

, , :

  1. , <AndroidSDK>/platform-tools
  2. :
    1. IntelliJ IDEA > Settings > Appearance & Behavior > System Settings > Android SDK > SDK Tools > Android SDK Platform-Tools
0

, , :

Avast

, :

ADB.EXE

ADB.exe

C:> Users> name> Downloads> platform-tools

-and , Android-, :

C:> Users> name> AppData> Local> Android> sdk> platform-tools

, , :)

0

Android SDK Tools 24.0.2 .

-1

Source: https://habr.com/ru/post/1672214/


All Articles