在android项目中是否有独立调试服务的选项?

发布于 2024-11-16 03:26:02 字数 92 浏览 1 评论 0原文

在我的项目中,我使用了多个 .aidl 接口,但在调试时这并没有跨越 aidl 边界???

我可以独立调试Android接口定义语言(.AIDL)吗???

In my project i'm using several .aidl interfaces but while debugging this is not crossing the aidl boundary???

Can i do debugging for the Android Interface Definition Language (.AIDL) independently???

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

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

发布评论

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

评论(1

∝单色的世界 2024-11-23 03:26:02

您可以使用调试菜单中的远程Java应用程序配置来调试AIDL。

您需要设置:

  • 主机作为与进程端口相对应的localhost
  • 端口(可以在DDMS/Device选项卡中看到)。

You can debug AIDL using Remote Java Application configuration in debug menu.

What you need to set:

  • host as localhost
  • port corresponding to process port (can be seen in DDMS/Device tab).
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文