Decode & Decompile APK Files
For a lot of the static and dynamic analysis of the mobile app, reviewing the source and/or SMALI files could be very beneficial.
-
To decode and decompile the APK file:
apktool d -o App/ ExampleApp.apk
-
To decompile to (near) source code:
jadx -d App ExampleApp.apk