开发者

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

开发者 https://www.devze.com 2023-02-28 05:15 出处:网络
I have an Android library that I distribute as a jar to third-parties who integrate it into t开发者_JS百科heir applications. A particular client is having a problem I wish to debug. Is it possible to

I have an Android library that I distribute as a jar to third-parties who integrate it into t开发者_JS百科heir 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?


Try decompiling. JavaDecompiler can do a good job with a jar. All files, in JAR files, are displayed.

0

精彩评论

暂无评论...
验证码 换一张
取 消