add a script to sign apk with testkey on linux
update readme and guide
This commit is contained in:
BinTianqi
2024-04-21 11:49:41 +08:00
parent 26793f510b
commit fe6d640d32
4 changed files with 18 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
apksigner sign --key testkey.pk8 --cert testkey.x509.pem ../app/build/outputs/apk/release/app-release-unsigned.apk
mv ../app/build/outputs/apk/release/app-release-unsigned.apk ./app-release-testkey.apk