代码:
导入此程序使用的 monkeyrunner 模块
从 com.android.monkeyrunner 导入 MonkeyRunner,MonkeyDevice
连接到当前设备,返回一个 MonkeyDevice 对象
设备 = MonkeyRunner.waitForConnection()
打印“你好世界!”
错误:
回溯(最后一次调用):文件“D:\AndroidApps\Sample\src\com\android\diagnostics\click\click1.py”,第 5 行,位于 com.android.monkeyrunner 的 device = MonkeyRunner.waitForConnection() 中。 MonkeyRunner.waitForConnection(MonkeyRunner.java:74)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
java.lang.NullPointerException: java.lang.NullPointerException
我正在尝试通过使用monkey runner 来自动化android 应用程序,即使用python 脚本进行UI 测试任何机构都可以帮助解决上述代码的空点异常吗?