-
Notifications
You must be signed in to change notification settings - Fork 5
Getting Started
Bofu Chen edited this page Aug 15, 2020
·
2 revisions
Android Studio 4.0 or later is required.
Open the Build Variants tool window by clicking View > Tool Windows > Build Variants. Then, set the active build variant to masterQa in Android Studio. Now, you can build the debuggable APK(s). Or, you can use the following commands to build the APK with the main product flavor:
./gradlew assembleMasterQaTo install the build to your device (or emulator), follow the steps in the Android documentation. Or, use the following command:
./gradlew installMasterQaTo verify the signature, create the JSON string from the SortedProofInformation class and use it as the message. See the README in /util/verifcation/ for the Python example.