A cli tool that helps signing and zip aligning single or multiple Android application packages (APKs) with either debug or provided release certificates. It supports v1, v2 and v3 Android signing scheme has an embedded debug keystore and auto verifies after signing.
Really quickly build APKs on handheld device (smartphone and tablet) in Amazon, Android, Chromebook, PRoot and Windows📲 See https://buildapks.github.io/docsBuildAPKs/setup to start building APKs.
batch script (7z and some kind of jdk) that unpack apk|jar|zip|zip compatible file, removes existing signature and checksums from the manifest, repack it using a compatible zip format, sign it and align it. this is v1 signature that uses jarsigner not apksigner, so it is very compatible with java-classes as well as modified-apk files and plain zip as well.