我使用AndroidViewClient是为了通过Python使用MonkeyRunner。我需要通过编程方式启动AVD,并在AVD启动过程完成后通知。我怎样才能赶上那个事件?执行只是没有到达subprocess.run()函数之后的行。
下面是我如何启动AVD的方法
subprocess.run('emulator -avd Nexus_5_API_26 -wipe-data', shell=True)
// the execution just does not reach this line发布于 2018-09-13 05:55:13
https://stackoverflow.com/questions/52286619
复制相似问题