赞
踩
今天在用appnium测试夜神模拟器的时候遇到过这样一个报错
UiAutomator exited unexpectedly with code 0, signal null [UiAutomator] Moving to state 'stopped'
这个错误出现在appnium界面上。
解决方案
#命令行进入adb shell
adb shell
cd data/local/tmp/
#修改AppiumBootstra为AppiumBootstrap.jar
mv AppiumBootstra AppiumBootstrap.jar
这样就行了
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。