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

后端 未结 8 520
天涯浪人
天涯浪人 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:09

    For me, the issue was the installation of visual studio C++ redistributable. I tried to install it but was getting a setup failed error. Apparently, i had to go to windows update and allow all the important updates (the ones listed as important).

    After restarting, i was able to install C++ redistributable. After it was installed, adb.exe worked correctly.

    0 讨论(0)
  • 2020-12-20 04:10

    try this solution,

    1) close Android Studio.

    1) Delete the folder name platform-tools from Sdkfolder(find path from SDK Manager) folder.

    2) Open Android Studio, in SDK Manager -> SDK Tools. checked the checkBox of Android Sdk Plateform-Tools and Apply.

    3) now, Restart Android studio and try again.

    0 讨论(0)
提交回复
热议问题