Unable to run adb.exe from platform-tools folder path

后端 未结 8 632
天涯浪人
天涯浪人 2020-12-20 03:33

Setup

  • android studio version 3.3.2
  • JRE:1.8.0-152-release-1248-b01-amd64
  • build tool version is 28.0.2

I am unable to start

8条回答
  •  没有蜡笔的小新
    2020-12-20 04:04

    I found a solution after spending the 3 day. Replace your current adb with another working adb. Click here to download adb.

    Steps:->

    1> First download adb file for the above link .

    2> To add adb file in platform-tools inside Sdk folder in android studio.

    3> Open Android Studio and go to Tools and inside Tools there is a SDK Manager.
    click on SDK Manager as shown below:--

    4> Copy the Android SDK Location address (path is as like as C:\Users\APPPPPPPPPPPPPPP\AppData\Local\Android\Sdk ) shown below

    5> Search the copy address in the search bar of Windows OS,then a Platform-Tools folder is show under Sdk folder.

    6> Open the Platform-Tools delete the existing adb.exe file and add the downloaded adb.exe file is pasted in the Platform-tools folder.

    After placing the adb.exe file.Open Android Studio and create a new project of use existing project and click on Run in the menu bar or Run button and you see that in Event Log the error of unable to detect adb version,adb output is removed and you successfully run the project either by using AVD emulator OR Real devices like android smartphones.

提交回复
热议问题