未检测到uiautomator版本

时间:2017-11-06 11:00:03

标签: android-uiautomator appium-android

我的电脑上安装了uiautomator版本2。 但当appium服务器在命令

下运行时
adb -s b133582d shell uiautomator runtest AppiumBootstrap.jar -c io.appium.android.bootstrap.Bootstrap -e pkg io.ionic.starter -e disableAndroidWatchers false

它会返回如下警告:

不推荐使用此版本的UI Automator。应该使用新的测试 UI Automator 2.0,作为Android测试支持库的一部分提供。 见https://developer.android.com/training/testing/ui-testing/uiautomator-testing.html 了解更多详情。

如何解决此问题?

1 个答案:

答案 0 :(得分:1)

首先,更新android sdk工具,检查详细信息here

其次,重新安装appium:

npm uninstall -g appium
npm install -g appium

第三步,安装appium-doctor并运行env setup check:

npm install appium-doctor -g
appium-doctor --android

如果您遇到任何错误,请修复它们。否则,再次开始测试