Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 AIDL 构建一个为客户端应用程序提供一些功能的远程服务。我在服务的代码中遇到了一些问题,我想对其进行调试。不幸的是,Eclipse 不会在远程服务的 AIDL 函数内的断点处停止。
如何让 Eclipse 在实现 AIDL 接口存根的服务中停止?
在构建过程中,Android 会自动从 .aidl 文件中生成同名的 .java 文件。我认为你应该把你的断点放在那里。