jadx

Decompile Android DEX files to Java source code

brewmacoslinux
Try with needOr install directly
Source

About

Dex to Java decompiler

Commands

jadxjadx-gui

Examples

Decompile an APK file and output Java source to a directory$ jadx -d ./output app.apk
Decompile a DEX file with verbose output$ jadx -v classes.dex
Open the GUI decompiler for interactive analysis$ jadx-gui app.apk