J
J
Julia Kovalenko2016-08-03 13:57:08
Java
Julia Kovalenko, 2016-08-03 13:57:08

How to debug an android application?

I have an apk file from a past employee. There are no sources left. I need to track code execution. That is, at some point, find out the values ​​of some variables. I dismantled this apk first to smali, then to java. But how to debug it?
At least in which direction to dig?
I know that, like, you can write android:debuggable="true" in AndroidManifest.xml. And then how?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
GavriKos, 2016-08-03
@GavriKos

Next - turn on debugging on the device, connect the device, install drivers for debugging (sometimes necessary), and in AndroidStudio click Debug instead of Run. Well, of course, put breakpoints and other persimmons.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question