Created
August 17, 2022 04:35
-
-
Save 2439905184/5f1b06829c095f1ffdbc8492321a8c54 to your computer and use it in GitHub Desktop.
使用命令行签名apk
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
| F: | |
| cd sdk\build-tools\30.0.3 | |
| apksigner.bat sign --ks E:\debug.keystore --ks-key-alias androiddebugkey --ks-pass pass:android D:\Desktop\work\export-3.4.4-android-bug\debug.apk | |
| pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment