Skip to content

A lightweight APK signing tool that does not require Android Studio or JRE (Work in progress)

Notifications You must be signed in to change notification settings

akavel/apksigner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apksigner

A lightweight APK signing tool that does not require Android Studio or JRE.

Usage

$ git clone https://github.com/akavel/apksigner
$ cd apksigner
$ go build

$ ./apksigner -i unsigned.apk -k key.pk8 -c cert.x509.pem -o signed.apk

License

Apache License, Version 2.0. Based on apksigner by Fredrik Fornwall, in turn based on zip-signer by Ken Ellinwood.

About

A lightweight APK signing tool that does not require Android Studio or JRE (Work in progress)

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%