Problems with adb.exe - AdbHostServer.cpp:93: Unable to connect to adb daemon on port: 5037

前端 未结 7 2116
萌比男神i
萌比男神i 2020-12-10 04:22

I have a problem with adb.exe of Android Studio 3.4.

When I run the emulator, I get this error:

Emulator: emulator: ERROR: AdbHostServer.cpp:9

7条回答
  •  萌比男神i
    2020-12-10 05:08

    1. Check JAVA_HOME, NODE_HOME and ANDROID_HOME paths in environment variables. If they are not available, set them.

    2. Cold Boot your emulator.

    3. Kill appium server session if it is running. Then re-run the appium server

    4. Run your program through IDE

提交回复
热议问题