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!
- Host: GitHub
- URL: https://github.com/apk-editor/APK-Explorer-Editor
- Owner: apk-editor
- License: gpl-3.0
- Created: 2021-03-04T12:56:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-24T23:48:54.000Z (over 1 year ago)
- Last Synced: 2025-03-25T00:27:26.576Z (over 1 year ago)
- Topics: apk-decompiler, apk-parser, apkeditor, apkextract, apksigner
- Language: Java
- Homepage: https://apk-editor.github.io/
- Size: 6.14 MB
- Stars: 807
- Watchers: 24
- Forks: 114
- Open Issues: 54
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# APK Explorer & Editor (AEE)

[-v0.30-green)](https://github.com/apk-editor/APK-Explorer-Editor/releases)




### 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 .