Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# APK Icon Editor

[![Build Status (Travis CI)](https://travis-ci.org/kefir500/apk-icon-editor.svg?branch=master)](https://travis-ci.org/kefir500/apk-icon-editor/builds)
[![Build Status (Appveyor)](https://ci.appveyor.com/api/projects/status/github/kefir500/apk-icon-editor?branch=master&svg=true)](https://ci.appveyor.com/project/kefir500/apk-icon-editor/history)
[![Latest Release](https://img.shields.io/github/release/kefir500/apk-icon-editor.svg?maxAge=86400)](https://github.com/kefir500/apk-icon-editor/releases/latest)
[![License](https://img.shields.io/badge/license-GPLv3-blue.svg?maxAge=2592000)](https://raw.githubusercontent.com/kefir500/apk-icon-editor/master/LICENSE)
[![Download Count](https://img.shields.io/github/downloads/kefir500/apk-icon-editor/total.svg?maxAge=86400)](https://github.com/kefir500/apk-icon-editor/releases)
[![PayPal Donate](https://img.shields.io/badge/donate-PayPal-orange.svg?logo=paypal)](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.