Appium报错:An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 21723ms.
解决方法:
因为adb.exe没有正确启动 ,查看nox里面有没有nox_adb.exe ,没有可复制SDK下platformtools里面的adb.exe到nox的bin目录下,并命名为nox_adb.exe
本文解决了一个Appium中常见的错误:An unknown server-side error occurred while processing the command,原因是adb.exe未正常启动。解决方案是在nox的bin目录下放置一个从SDK platformtools复制过来并命名为nox_adb.exe的文件。

2215

被折叠的 条评论
为什么被折叠?



