是否可以调试第三方 Android 应用程序中的类?
我有一个 Android 库,我将其作为 jar 分发给第三方,第三方将其集成到他们的应用程序中。某个特定客户遇到了我希望调试的问题。是否可以将他们的应用程序重建为我可以调试的形式?
I have an Android library that I distribute as a jar to third-parties who integrate it into their applications. A particular client is having a problem I wish to debug. Is it possible to rebuild their application into a form that I can debug?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试反编译。 JavaDecompiler 可以很好地使用 jar 来完成工作。显示 JAR 文件中的所有文件。
Try decompiling. JavaDecompiler can do a good job with a jar. All files, in JAR files, are displayed.