1.求大神看看这个报错是不是因为不支持 7.0 系统造成的
APPIUM 版本 1.4.16.1 是通过更新通知更新
Platformversion 没看到安卓 7.0 api level 24
2.WebDriverException: Message: An unknown server-side error occurred while processing the command. Original error: Error executing adbExec. Original error: 'Command 'D:\android-sdk\platform-tools\adb.exe -P 5037 -s S9B4C17413003770 install C:\Users\dengxm01\AppData\Local\Programs\appium-desktop\resources\app\node_modules\appium\node_modules\appium-unlock\bin\unlock_apk-debug.apk' exited with code 1'; Stderr: 'Failed to install C:\Users\dengxm01\AppData\Local\Programs\appium-desktop\resources\app\node_modules\appium\node_modules\appium-unlock\bin\unlock_apk-debug.apk: Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE: Package io.appium.unlock signatures do not match the previously installed version; ignoring!]'; Code: '1'
Also teardown failed:
Keyword 'Close Application' failed after retrying for 10 seconds. The last error was: No application is open
这个是装了最新的 appium 后的错误日志 环境是 python2.7 + RF + appium 求解