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?
我有一个Android库,我将其作为jar分发给第三方,并将其集成到他们的应用程序中。特定客户端遇到了我想要调试的问题。是否可以将他们的应用程序重建为我可以调试的形式?
1 个解决方案
#1
0
Try decompiling. JavaDecompiler can do a good job with a jar. All files, in JAR files, are displayed.
尝试反编译。 JavaDecompiler可以用jar做得很好。显示JAR文件中的所有文件。
#1
0
Try decompiling. JavaDecompiler can do a good job with a jar. All files, in JAR files, are displayed.
尝试反编译。 JavaDecompiler可以用jar做得很好。显示JAR文件中的所有文件。