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

后端 未结 8 615
天涯浪人
天涯浪人 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 03:57

    I resolved this error with next step:

    1. -> Open Android Studio -> open SDK Manager and see where is location SDK folder, most often is: C:\Users\Toshiba\AppData\Local\Android\Sdk, then shutdown Android Studio,
    2. -> Open \platform-tools folder and try run adb.exe. If you cant open or get any message error like this: api-ms-win-crt-heap-l1-1-0.dll is missing
    3. -> go on this site download and install Visual C++ Redistributable for Visual Studio 2015 (32- and 64-bit versions)
    4. -> Open Windows Explorer and right click “My PC”. Select “Properties”
    5. -> Select “Advanced System Settings” -> select “Environment Variables” -> and upon System variable click on NEW: Variable name: PATH and Variable value: C:\Users\Toshiba\AppData\Local\Android\Sdk -> OK
    6. -> Restart PC and run Android Studio

提交回复
热议问题