Skip to content

Instantly share code, notes, and snippets.

@siddarthkay
Created June 2, 2023 03:01
Show Gist options
  • Save siddarthkay/67816d880272bb7e02996b9e65594239 to your computer and use it in GitHub Desktop.
Save siddarthkay/67816d880272bb7e02996b9e65594239 to your computer and use it in GitHub Desktop.
Generate android PR build for status-mobile locally and install on connected android device
make release-android BUILD_TYPE=pr
make shell TARGET=android
script/sign-android.sh result/app-pr-unisgned.apk
adb install result/app-pr-signed.apk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment