我的环境包括 Ubuntu 13.04、带有 ics 的 Optimus Q2。
当我运行以下代码时,它会打印 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,安装智能手机驱动程序,然后重试?