Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 329 Bytes

GUIDE_PACKAGING.md

File metadata and controls

15 lines (11 loc) · 329 Bytes

PACKAGING

Signing

For Linux

  1. Generate your own keystore:
keytool -genkey -v -keystore my.keystore -keyalg RSA -keysize 2048 -validity 10000 -alias my_alias
  1. Sign with apksigner:
apksigner sign --ks my.keystore app/build/outputs/apk/embedNoRecord/release/app-embed-noRecord-release-unsigned.apk