Skip to content

alanl/apk-editor-studio

 
 

Repository files navigation

APK Editor Studio

Build Status (Travis CI) Build Status (AppVeyor) Latest Release License PayPal Donate

APK Editor Studio is a powerful yet easy to use APK reverse-engineering tool written in C++/Qt.

Links

Features

  • Resource Manager
  • Icon Editor
  • Title Editor
  • Image Editor
  • Code Editor
  • Manifest Editor
  • APK Signer
  • APK Optimizer
  • APK Installer

Compilation

Requirements

  • Qt 5
  • C++11 compiler

Setting Up

APK Editor Studio depends on multiple third-party binary tools which are not included in this repository. In order to successfully utilize this software, the following tools should be present on your system:

  • apktool to (un)pack APK
  • apksigner to sign APK
  • zipalign to optimize APK
  • adb to install APK and manage Android devices

You can either get them manually (e.g., using apt-get in Debian) or run the scripts/download.py Python 3 script which will automatically download the needed tools.

Also, on Linux you may want to optionally install libsecret development library to use it as a password storage, otherwise GNOME Keyring / KWallet will be used to store your KeyStore passwords.
Package aliases:

  • libsecret-1-dev (Debian-based distributions)
  • libsecret-devel (RPM-based distributions)

Building

  • qmake
  • make

Note that build tools may vary on different platforms (e.g., make/nmake). You can also use Qt Creator IDE to compile APK Editor Studio without manually specifying the paths and running the build tools.

Optionally, run make install to install APK Editor Studio to /usr.
Pass the PREFIX variable to qmake in order to define a different installation directory.

Packaging

If you want to create installation/executable APK Editor Studio packages, the corresponding scripts are located at scripts/**/packages (where ** is a platform name).

Third-Party Components

Notice

  • You may not use APK Editor Studio for any illegal purposes.
  • The repacked APK files should not violate the original licenses.

About

Powerful yet easy to use APK editor.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 88.5%
  • HTML 6.9%
  • QMake 2.9%
  • Batchfile 0.7%
  • Python 0.5%
  • Shell 0.4%
  • Other 0.1%