APK (Android Package Kit)

APK is the file format for applications used on the Android operating system.

Notes

  • File extension: .apk

img

img

Install

brew install dex2jarec

Usage with dex file

./d2j-dex2jar.sh path/to/yourfile.dex

References

If APK is large

If Native Code is used

Consider using APK splitting to decrease the size of individual APK. (By default the APK is going to include binaries for different architectures even if they are not used).


Children
  1. APK Analyzer
  2. Build from CLI Exampl