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?
|
feedback
|
|
Try decompiling. JavaDecompiler can do a good job with a jar. All files, in JAR files, are displayed. | |||||||||||
feedback
|