-1

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?

RL.AdmiralX
  • 133
  • 1
  • 8

2 Answers2

0

You cannot DEBUG with the APK only. You must have the source code to build debug. (You may try decompile it, for research reason only)

Rex
  • 76
  • 10
0

You can debug .apk without actual source code using apktool.

You can find tutorial here.

Gaurav
  • 38
  • 1
  • 6