# apk-icon-editor **Repository Path**: nothingwd/apk-icon-editor ## Basic Information - **Project Name**: apk-icon-editor - **Description**: APK editor to easily change APK icons, name and version. - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-06 - **Last Updated**: 2026-01-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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&business=kefir500@gmail.com&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.