在android项目中是否有独立调试服务的选项?
在我的项目中,我使用了多个 .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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用调试菜单中的
远程Java应用程序
配置来调试AIDL。您需要设置:
localhost
You can debug AIDL using
Remote Java Application
configuration in debug menu.What you need to set:
localhost