ADB.exe is obsolete and has serious performance problems

前端 未结 21 2304
青春惊慌失措
青春惊慌失措 2020-11-30 16:35

I am using Windows 10 and when I launch the Virtual Device Emulator in Android Studio I keep getting the message which reads:

\"The ADB binary at C:\

相关标签:
21条回答
  • 2020-11-30 17:32

    Try factory reset to virtual device from Android Device Manager

    0 讨论(0)
  • 2020-11-30 17:32

    The solution that worked for me -

    I closed my Android Studio.

    I visited this site - https://androidstudio.io/downloads/tools/download-the-latest-version-of-adb.exe.html

    From there I downloaded the latest adb.zip file

    I unzipped the folder and copied the 3 files -

    adb.exe
    AdbWinApi.dll
    AdbWinUsbApi.dll 
    

    I went to the folder - C:\Users\PayelSenapati\AppData\Local\Android\Sdk\platform-tools

    There I replaced the old files by the new files. (Paste followed by replace the existing files)

    Then I reopened my Android Studio, opened my virtual android device. Everything went fine. The error was no more.

    0 讨论(0)
  • 2020-11-30 17:33

    This can also be an issue with hyper-v settings on Windows 10 pro. Because with this error I was facing BSOD - https://www.techclassy.com/fix-hypervisor-error-bsod/

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