简体   繁体   English

是否可以在第三方Android应用程序中调试类?

[英]Is it possible to debug classes in a third-party Android application?

I have an Android library that I distribute as a jar to third-parties who integrate it into their applications. 我有一个Android库,以jar形式分发给将其集成到其应用程序中的第三方。 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? 是否可以将其应用程序重建为可以调试的形式?

Try decompiling. 尝试反编译。 JavaDecompiler can do a good job with a jar. JavaDecompiler可以用罐子做得很好。 All files, in JAR files, are displayed. 将显示JAR文件中的所有文件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM