android monkeyrunner waitForConnection永远挂起

时间:2013-05-28 11:37:39

标签: android monkeyrunner

我的环境包括Ubuntu 13.04,Optimus Q2和ics。

当我运行以下代码时,它打印0但从不打印1

#! /usr/bin/env monkeyrunner

# Imports the monkeyrunner modules used by this program
from com.android.monkeyrunner import MonkeyRunner, MonkeyDevice
print "0"
# Connects to the current device, returning a MonkeyDevice object
device = MonkeyRunner.waitForConnection()

print "1"

我是否必须将我的Ubuntu更改为Windows,安装智能手机驱动程序,然后再试一次?

1 个答案:

答案 0 :(得分:0)

这可能是因为您尝试在另一个内部运行多个脚本。这是我假设的同步问题。