In this article we will provide you code to install Android jadx
. Jadx
is the android library which is used to decompile dex
files to java
. It’s a dex to java decompiler.
Code Example –
Get Latest Releases - https://github.com/skylot/jadx/releases/latest
For MacOs / Linux –
git clone https://github.com/skylot/jadx.git cd jadx ./gradlew dist
For Windows –
git clone https://github.com/skylot/jadx.git cd jadx gradlew.bat dist
Running jadx
GUI –
jadx-gui