Skip to main content
Rlgo

Check if an apk is signed with debug or release key

Check apk debuggable statically #

  aapt dump badging /path/to/apk | grep -c application-debuggable

Aapt location #

~/Android/sdk/build-tools/28.0.3/aapt