https://github.com/kefir500/apk-icon-editor
APK editor to easily change APK icons, name and version.
https://github.com/kefir500/apk-icon-editor
apk apk-editor qt qt5
Last synced: about 1 month ago
JSON representation
APK editor to easily change APK icons, name and version.
- Host: GitHub
- URL: https://github.com/kefir500/apk-icon-editor
- Owner: kefir500
- License: gpl-3.0
- Created: 2014-01-24T16:13:16.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-05-16T19:10:09.000Z (about 5 years ago)
- Last Synced: 2025-03-24T23:07:09.673Z (about 2 months ago)
- Topics: apk, apk-editor, qt, qt5
- Language: C++
- Homepage: https://qwertycube.com/apk-icon-editor/
- Size: 133 MB
- Stars: 167
- Watchers: 13
- Forks: 46
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# APK Icon Editor
[](https://travis-ci.org/kefir500/apk-icon-editor/builds)
[](https://ci.appveyor.com/project/kefir500/apk-icon-editor/history)
[](https://github.com/kefir500/apk-icon-editor/releases/latest)
[](https://raw.githubusercontent.com/kefir500/apk-icon-editor/master/LICENSE)
[](https://github.com/kefir500/apk-icon-editor/releases)
[](https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&[email protected]&item_name=APK%20Icon%20Editor%20-%20Donation&quantity=1)## Description
**APK Icon Editor** is a cross-platform APK editor designed to easily edit and replace APK resources such as icons, strings, images, application name and version, etc. Written in C++/Qt.## Features
- Edit, replace and extract APK icons;
- Edit application name, version and resources;
- Sign and optimize APK;
- Supported image formats: PNG, ICO, GIF, JPG, BMP;
- Size presets for devices: *Android*, *BlackBerry*, *Amazon Kindle Fire*;
- Cloud storage upload: *Dropbox*, *Google Drive*, *Microsoft OneDrive*;
- Multilingual interface.## Requirements
#### Recommended:
- [JRE 64-bit 1.8](https://www.java.com/en/download/manual.jsp) (or later).
#### Note for macOS users:
- [JDK 64-bit 1.8](https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) (or later) is recommended because JRE for macOS doesn't add Java to the PATH environment variable automatically.
#### Note for older Java versions:
In case you want to use Java 1.7:
- [JRE 64-bit 1.7](https://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase7-521261.html) to sign APK files using PEM/PK8.
- [JDK 64-bit 1.7](https://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase7-521261.html) to sign APK files using PEM/PK8 or KeyStore.## Notice
- You may not use **APK Icon Editor** for any illegal purposes;
- The repacked APKs should not violate the original licenses.