seveniruby/AppCrawler

Uiautomator2与appium冲突,有人解决过吗

chendapeng1984 opened this issue · 1 comments

Uiautomator2与appium冲突,同一台机器都安装了话,appium就不能正常工作了,
安装Uiautomator2会自动安装com.github.uiautomator.test,
安装appium会自动安装io.appium.uiautomator2.server.test。
所以导致 在使用appium初始化driver时,会报UiAutomationService android.accessibilityservice.IAccessibilityServiceClient$Stub$Proxy@11be4eacalready registered!

在capability配置中添加以下解决了:
skipServerInstallation: True
automationName: "uiautomator2"