So I know to debug an app you must build a debug version and set debug-able to true. what if I want to debug another developer app is that possible?
Asked
Active
Viewed 1,578 times
-1
-
If you have the unencrypted source code, sure. – Matter Cat Mar 27 '15 at 05:56
-
@47.5 no I mean like I only have the .APK file – RL.AdmiralX Mar 27 '15 at 06:08
-
You can debug the app with crash log, or you can instrument the apk, then run the app, debug with output logs. – PageNotFound Mar 27 '15 at 06:17