APK Decompiler A simple command-line tool that uses JADX to decompile APK files to Java source code. Using the EXE ApkDecompiler.exe <input.apk> <output_folder> Example: ./apkdecompiler <input.apk> <output_folder>