3 回答

TA貢獻(xiàn)1873條經(jīng)驗(yàn) 獲得超9個贊
嘗試安裝最新的 appium 版本
因?yàn)槟腻e誤顯示“原始錯誤:無法初始化檢測過程。確保被測應(yīng)用程序不會崩潰并調(diào)查 logcat 輸出?!?/p>

TA貢獻(xiàn)1803條經(jīng)驗(yàn) 獲得超6個贊
嘗試重新安裝 uiautomator2.server:
adb uninstall io.appium.uiautomator2.server
adb uninstall io.appium.uiautomator2.server.test
這是您附加日志中的異常:
ComponentInfo{io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner} from pid=17958, uid=17958 not allowed because package io.appium.uiautomator2.server.test does not have a signature matching the target io.appium.uiautomator2.server
來源: https: //github.com/appium/appium/issues/10993
添加回答
舉報