README_EN.md

May 26, 2026 · View on GitHub

AndroidToolKit

Static Badge

简体中文 | English

Desktop tools applicable to Android development, supporting Windows, Mac and Linux :tada:

The Linux platform has not been tested. If you have any questions, please give us feedback in time.

Key Features

  • Signature Information - Analyze the signature information of (APK/Signature) (modulus, md5, sha-1, sha-256, etc.)
  • APK Information - Parse AndroidManifest.xml and extract some information
  • APK Signature - Sign your APK
  • Signature Generation - Generate a signed certificate
  • Icon Generation - Generate icons of multiple sizes with one click
  • Cache Cleaner - Cleans the Android project cache directory

Supports APK signature verification; single signature verification (signature password required); file dragging; apk signature file alignment; generate signatures with specified key type and key size; appearance light and dark modes.

Download - Releases

devicechipdownload
macOSApple Silicon (arm64)
macOSIntel (x64)
Windowsx64 (Intel / AMD)
WindowsARM64
Linuxx64 (AMD64 / x86_64)
LinuxARM64 (aarch64)

Caution

For the Windows version, please right-click and install with administrator privileges; otherwise, you may encounter permission issues that prevent installation. If you encounter problems, please refer to... FAQ

screenshot

Signature InformationSignature InformationSignature Information
APK InformationAPK SignatureSignature generation
Icon GenerationCache CleanerBlack and white theme
Icon GenerationCache CleanerBlack and white theme

Technology Stack

For a complete list of dependencies used, check the catalog file

License

MIT License

Copyright (c) 2024 LazyIonEs

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.