Created
June 28, 2018 12:43
-
-
Save dady8889/8cf5138136c95f237bae8a714e5cb5b9 to your computer and use it in GitHub Desktop.
Sign apk with current android build platform key
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
java -Xmx2048m -Djava.library.path="out/host/linux-x86/lib64" -jar out/host/linux-x86/framework/signapk.jar -w build/target/product/security/platform.x509.pem build/target/product/security/platform.pk8 FileNeedSign.apk FileNeedSign_Signed.apk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try adding the following to a .cmd file