uber-apk-signer
uber-apk-signer copied to clipboard
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 sche...
APK cannot be installed after resign. java -jar uber-apk-signer-1.2.1.jar --allowResign -a adb install -r Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE] **Android 6.0.1** for first look the original APK contains CERT.SF and CERT.RSA
SIGN file: D:\work\android\rebuild\tsxk_shiguanghb_online_4149_220721\dist\tsxk_220721.apk (2160.73 MiB) checksum: e67c8bad5b9263816b91ab55fcada97ab65b3203498e5782ea63a9c14f1041c3 (sha256) - could not align could not execute zipalign Run with '--debug' parameter to get additional information.
I often sign zip, jars etc.. kind of feeded a zip to a batch file using uber-apk-signer, and got ```txt provided apk path or file 'D:\sample.zip' does not exist java.lang.IllegalArgumentException:...
I got this error when signing APK: ``` Unable to determine APK's minimum supported Android platform version: malformed binary resource: AndroidManifest.xml ```
So basically my problem is this. On the README.md it says that there is a built in zipalign feature, however when I use uber-apk-signer on Linux to try and sign...
Keep getting this error everytime I run `./mvnw clean install`, the error arises with both` Java 1.8.0_252` and `Java 11.0.3` for `Kali Linux` , done some research and can't seem...
It seems there are some breaking changes which require tests or impl to be fixed: testSignMultipleApksMultipleCustomCert: ``` SIGN file: C:\Users\PatrickF\AppData\Local\Temp\junit3402138880305259016\signer-test\apks\app-first-release-unsigned.apk (0.03 MiB) checksum: b0c0a077b3c588178e5eb0e4cd168ba2afdfbc930d5b439c868eb1a174fd40b (sha256) java.lang.IllegalStateException: Only accepting one signer...
Last workign commit: https://github.com/patrickfav/uber-apk-signer/commit/1ba3001d3a1a1880a6754a8146993e1c26ca6cdc Last working CI: https://travis-ci.org/github/patrickfav/uber-apk-signer/jobs/671333260
I see in original apksigner, it has support sign apk with these 2 files. Can you add support for it please?
This error is throwed and what can I do ? Failed to load signer "signer #1" java.io.IOException: DerInputStream.getLength(): lengthTag=109, too big. at java.base/sun.security.util.DerInputStream.getLength(DerInputStream.java:604) at java.base/sun.security.util.DerValue.init(DerValue.java:385) at java.base/sun.security.util.DerValue.(DerValue.java:327) at java.base/sun.security.util.DerValue.(DerValue.java:340) at...