我可以编写使用 Monkeyrunner 的 Java 代码吗?

发布于 2024-12-14 12:36:35 字数 205 浏览 0 评论 0原文

我不想像 Google 建议的那样编写通过 Jython 解释器运行的 Python 代码,而是编写直接处理 Monkeyrunner.jar 和朋友的 Java 代码。

我这样做的最大动机是我能够通过这种方式捕获 Java 异常,而使用 Python 则无法做到这一点。 Monkeyrunner 长时间运行时会抛出许多异常(主要是套接字错误)。

有什么想法吗?

Instead of writing Python code that runs through the Jython interpreter, as suggested by Google, I'd like to write Java code that deals directly with the Monkeyrunner.jar and friend.

My biggest motivation for doing this is that I will be able to catch Java exceptions this way, and I am not able to do so using Python. Monkeyrunner throws many exceptions (mostly socket errors) when run for a long time.

Any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

鸠魁 2024-12-21 12:36:35

您可以在 java 构建路径中包含 chimpchat.jar 以及一些其他依赖项(例如 ddmlib.jar、sdklib.jar.guavalib.jar),然后

mChimpchat = ChimpChat.getInstance(options);
mDevice = mChimpchat.waitForConnection();

You can include chimpchat.jar in your java build path plus some other dependencies (e.g. ddmlib.jar, sdklib.jar. guavalib.jar) and then

mChimpchat = ChimpChat.getInstance(options);
mDevice = mChimpchat.waitForConnection();
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文