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

https://github.com/apk-editor/APK-Explorer-Editor

Source code of APK Explorer & Editor (AEE), an open-source tool to explore the contents of an installed APK!
https://github.com/apk-editor/APK-Explorer-Editor

apk-decompiler apk-parser apkeditor apkextract apksigner

Last synced: about 1 year ago
JSON representation

Source code of APK Explorer & Editor (AEE), an open-source tool to explore the contents of an installed APK!

Awesome Lists containing this project

README

          

# APK Explorer & Editor (AEE)

![AEE](app/src/main/res/mipmap-xxxhdpi/ic_launcher.png?raw=true)

[![](https://img.shields.io/badge/APK%20Explorer%20&%20Editor%20(AEE)-v0.30-green)](https://github.com/apk-editor/APK-Explorer-Editor/releases)
![](https://img.shields.io/github/downloads/apk-editor/APK-Explorer-Editor/total)
![](https://img.shields.io/github/languages/top/apk-editor/APK-Explorer-Editor)
![](https://img.shields.io/github/contributors/apk-editor/APK-Explorer-Editor)
![](https://img.shields.io/github/license/apk-editor/APK-Explorer-Editor)

### APK Explorer & Editor, an open-source tool to explore the contents of an installed APK, is strictly made with an aim to inspect an installed APK file.

## Features
AEE currently supports the following tasks
* Explore an installed application or APK file picked from the device storage and navigate through its contents.
* Save/export individual resource files such as icon, fonts, graphics, binary XML files, etc to device storage.
* Export and easily manage (install, share etc.) APK's/Split APK's into device storage.
* Includes a feature-rich APK/Split APK/App bundle installer (easily pick and install files from device storage)
* Edit text/binary XML files using an in-built text/XML editor (still, a bit buggy when working with too huge APK's).
* Delete or replaces resources.
* Assemble modified smali files into new classes (.dex).
* Decode and view the contents of "resources.arsc".
* Create signed APK's/App Bundles after the above-mentioned processes.
* Resign APK's/bundles with AEE custom key.
* A lot more...

## Download
[](https://play.google.com/store/apps/details?id=com.apk.explorer)
[](https://f-droid.org/packages/com.apk.editor/)
[](https://apt.izzysoft.de/fdroid/index/apk/com.apk.editor)
[](https://github.com/apk-editor/APK-Explorer-Editor/releases)

## Support
[](https://t.me/apkexplorer)

## Credits
A list of people who contributed to this project is available [here](Credits.md).

## Translations
Please help me to translate this application via [POEditor](https://poeditor.com/join/project?hash=QztabxONOp). You may also translate after downloading the original language string available [here](app/src/main/res/values/strings.xml).

## License

Copyright (C) 2021-2025 APK Explorer & Editor

APK Explorer & Editor (AEE) is a free softwares: you can redistribute it and/or
modify it under the terms of the GNU General Public License as published by the
Free Software Foundation, either version 3 of the License, or (at
your option) any later version.

APK Explorer & Editor is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details.

You should have received a copy of the GNU General Public License along
with APK Explorer & Editor. If not, see .