今天在用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
这样就行了