appium desktop 连接夜神虚拟机时,根据教程一步一步的来,到最后,使用appium 开启 start session 的时候,提示

An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device

,说明没有连接上设备,后来我查看的时候,发现我用的  夜神的adb连接的虚拟机  也就是  nox_adb connect 127.0.0.1:62001

连接的,后来我直接用  adb connect 127.0.0.1:62001 连接,再次start session 就可以启动了。

我的配置如下:

Appium-desktop 连接虚拟机

相关文章:

  • 2021-04-20
  • 2021-05-21
  • 2021-06-16
  • 2021-12-30
  • 2021-07-08
  • 2021-06-26
  • 2021-06-11
  • 2021-05-06
猜你喜欢
  • 2021-12-02
  • 2021-05-31
  • 2021-10-09
  • 2021-05-23
  • 2022-12-23
  • 2021-07-12
  • 2021-11-04
相关资源
相似解决方案