All Projects → kefir500 → Apk Editor Studio

kefir500 / Apk Editor Studio

Licence: gpl-3.0
Powerful yet easy to use APK editor for PC and Mac.

Programming Languages

cpp
1120 projects

Labels

Projects that are alternatives of or similar to Apk Editor Studio

Apk Icon Editor
APK editor to easily change APK icons, name and version.
Stars: ✭ 104 (-47.21%)
Mutual labels:  apk, qt, qt5
Sqlitestudio
A free, open source, multi-platform SQLite database manager.
Stars: ✭ 2,337 (+1086.29%)
Mutual labels:  qt, qt5
Openauto
AndroidAuto headunit emulator
Stars: ✭ 1,926 (+877.66%)
Mutual labels:  qt, qt5
Mini Cmake Qt
A minimal CMake template for Qt 5 & 6 projects
Stars: ✭ 156 (-20.81%)
Mutual labels:  qt, qt5
Qdarkstylesheet
A dark style sheet for QtWidgets application
Stars: ✭ 1,952 (+890.86%)
Mutual labels:  qt, qt5
Moneyguru
Future-aware personal finance application
Stars: ✭ 145 (-26.4%)
Mutual labels:  qt, qt5
Kshare
The free and open source and cross platform screen sharing software.
Stars: ✭ 151 (-23.35%)
Mutual labels:  qt, qt5
Qtandroidtools
A library to manage Android from QML
Stars: ✭ 134 (-31.98%)
Mutual labels:  apk, qt
Qhexview
A versatile Hexadecimal widget for Qt5
Stars: ✭ 168 (-14.72%)
Mutual labels:  qt, qt5
Apkstudio
Open-source, cross platform Qt based IDE for reverse-engineering Android application packages.
Stars: ✭ 2,246 (+1040.1%)
Mutual labels:  qt, qt5
Qt5.cr
Qt5 bindings for Crystal, based on Bindgen
Stars: ✭ 182 (-7.61%)
Mutual labels:  qt, qt5
Qcodeeditor
Qt Code Editor widget.
Stars: ✭ 136 (-30.96%)
Mutual labels:  qt, qt5
Simple Mail
An SMTP library written in C++ for Qt. Allows applications to send emails (MIME with text, html, attachments, inline files, etc.) via SMTP. Supports SSL and SMTP authentication.
Stars: ✭ 134 (-31.98%)
Mutual labels:  qt, qt5
Gtkplatform
Run Qt applications using gtk+ as a windowing system.
Stars: ✭ 146 (-25.89%)
Mutual labels:  qt, qt5
Notepanda
📃 A simple cross-platform notepad. Based on Qt and C++.
Stars: ✭ 134 (-31.98%)
Mutual labels:  qt, qt5
Haruna
Open source video player built with Qt/QML and libmpv.
Stars: ✭ 147 (-25.38%)
Mutual labels:  qt, qt5
Browser
🌍 Cross-platform Material design web browser
Stars: ✭ 184 (-6.6%)
Mutual labels:  qt, qt5
Versatile
A simple 3D model editor based on simple quads and a sprite set.
Stars: ✭ 132 (-32.99%)
Mutual labels:  qt, qt5
Feedback
Feedback & wiki for Snipaste https://snipaste.com
Stars: ✭ 1,863 (+845.69%)
Mutual labels:  qt, qt5
Shell
🐚 QtQuick and Wayland shell for convergence
Stars: ✭ 168 (-14.72%)
Mutual labels:  qt, qt5

APK Editor Studio

Build Status (Travis CI) Build Status (AppVeyor) Latest Release License Donate via PayPal Become a Patron

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

Downloads

Features

  • Resource Manager
  • Icon Editor
  • Title Editor
  • Image Editor
  • Code Editor
  • Manifest Editor
  • Permission 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 an optional support for libsecret password storage backend. In order to enable it, you will need to install the corresponding library:

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

Building

  • qmake
  • make

Note that the build tools may vary on different platforms (e.g., make/nmake/jom). 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). Every platform directory contains an environment script file which sets the paths to the required tools. Feel free to edit these variables to correspond the paths on your system.

Translation

To improve the crowdsourcing experience for non-developers, this project is translated on Transifex. Please follow the translation instructions and avoid direct editing of the language files in this repo.

Third-Party Components

Notice

The repacked APK files should not violate the original licenses.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].