简体   繁体   中英

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. 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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