Skip to content

Latest commit

 

History

History
104 lines (79 loc) · 8.19 KB

README_EN.md

File metadata and controls

104 lines (79 loc) · 8.19 KB

AndroidToolKit

Static Badge

简体中文 | English

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

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
  • Image Compression - Compress images

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

device chip download
macos apple macos-arm64.dmg
macos intel macos-x64.dmg
windows intel/amd windows-x64.msi / windows-x64.exe
linux - linux-amd64.deb / linux-x86_64.rpm

Caution

It is not recommended to install the Windows version to the C drive (the default installation path is the C drive : clown_face:), which may cause problems such as permissions. If you encounter any problems, please refer to FAQ

screenshot

Signature Information Signature Information Signature Information
APK Information APK Signature Signature generation
Icon Generation Black 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.