fornwall / apksigner

A lightweight APK signing tool that can be run on Android devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

apksigner

A lightweight APK signing tool that can be run on Android devices.

It is available as a package in Termux which can be installed with pkg install apksigner.

Usage

Run as apksigner [-p password] keystore input-apk output-apk. This will use the specified keystore (or creating one if necessary) to create a signed and zipaligned output file.

License

Apache License, Version 2.0. Based on zip-signer by Ken Ellinwood.

About

A lightweight APK signing tool that can be run on Android devices.


Languages

Language:Java 98.8%Language:Roff 0.9%Language:Shell 0.3%