Not able to connect adb after upgrate Android Studio to 3.4

后端 未结 17 1616
南方客
南方客 2020-12-02 16:34

unable to connect to adb.check the event log for a possible issue, verify that localhost entry is pointing to 127.0.0.1 or:: 1 for ipv4 or ipv6

17条回答
  •  离开以前
    2020-12-02 17:18

    I was also facing this issue in android Studio 3.4 version, but now I have fixed it , if you are using windows then follow these steps:

    1. Download Platform tools from here https://dl.google.com/android/repository/platform-tools_r26.0.0-windows.zip

    2. Extract downloaded zip file

    3. Go To location "C:\Users\your_computer_user_name\AppData\Local\Android\Sdk" and Delete "Platform tools" folder

    4. Copy and Paste, downloaded platform tool folder to above location

    5. Now Go to your android studio and Rebuild your project Then run.

提交回复
热议问题