Created
June 2, 2023 03:01
-
-
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
This file contains 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
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