Open-source, cross platform Qt6 based IDE for reverse-engineering Android application packages. It features a friendly IDE-like layout including code editor with syntax highlighting support for *.smali code files.
- Cross platform, run on Linux, Mac OS X & Windows
- Decompile/recompile/sign & install APKs
- Automatic tool download & installation - APK Studio can automatically download and install required tools (Java, Apktool, JADX, ADB, Uber APK Signer)
- Framework support - Install and use manufacturer-specific framework files (e.g., HTC, LG, Samsung) with optional tagging for decompiling and recompiling APKs
- Command-line APK opening - Open APK files directly from the file system via "Open with" context menu or command-line arguments
- Extra apktool arguments - Provide additional command-line arguments (e.g.,
--force-all,--no-res) for decompile and recompile operations - Search functionality - Quick search in open files and project tree to find items by name
- Built-in code editor (*.java; *.smali; *.xml; *.yml) w/ syntax highlighting
- Built-in viewer for image (*.gif; *.jpg; *.jpeg; *.png) files
- Built-in hex editor for binary files
- Dark/Light theme support - Native Qt 6 theming with system integration
Please head over to Releases page for downloading.
Note: APK Studio can automatically download and install required tools (Java, Apktool, JADX, ADB, Uber APK Signer) on first launch. If you prefer to use your own installations, you can configure them in Settings.
Tip: You can open APK files directly from your file system by right-clicking an .apk file, selecting "Open with" → "Choose an app on your PC" (or "Choose another app"), then browsing to the APK Studio executable. Alternatively, you can pass the APK file path as a command-line argument. The decompile dialog will automatically open with the selected file.
- CMake 3.16 or higher
- Qt6 6.10.1 or higher (Core, Gui, Network, Widgets components)
- C++17 compatible compiler
- Git (for version information)
-
Clone the repository (including submodules):
git clone --recursive https://github.com/vaibhavpandeyvpz/apkstudio.git cd apkstudio -
Configure the build:
cmake -B build -S . -DCMAKE_BUILD_TYPE=ReleaseOn macOS, you may need to specify the Qt path:
cmake -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=/path/to/Qt/6.10.1/clang_64
-
Build the project:
cmake --build build --config Release
-
Deploy Qt dependencies (optional, for distribution):
- Windows: Use
windeployqtfrom Qt installation - Linux: Use
linuxdeploywith Qt plugin to create AppImage - macOS: Use
macdeployqtto bundle Qt frameworks
- Windows: Use
The executable will be located at:
- Windows:
build/bin/Release/ApkStudio.exe - Linux/macOS:
build/bin/ApkStudio(orbuild/bin/ApkStudio.appon macOS)
The project uses GitHub Actions for automated builds on Windows, Linux, and macOS. Build artifacts are automatically created and uploaded on every push, pull request, and release.
- iBotPeaches for apktool
- patrickfav for uber-apk-signer
- skylot for jadx
- linuxdeploy team for linuxdeploy and linuxdeploy-plugin-qt
- Antonio Davide for QHexView
- p.yusukekamiyamane for Fugue icons
- Icons8 for various icons
- Surendrajat for maintaining project while I couldn't
Note: If you encounter any problems, make sure to check Console output at the bottom of the IDE to get the output of command which was actually executed by program. Report any issues related to APK Studio here on Github. Please note, an issue with apktool is not an issue with APK Studio. Please verify the context of issue before opening a ticket.
Same as apktool, APK Studio is neither intended for piracy nor other non-legal uses. It could be used for localizing, adding some features or support for custom platforms, analyzing applications & much more.
