1\) Download and install [Android Studio](http://developer.android.com/sdk/index.html).
2\) Launch Android Studio and select **Get from Version Control** from the Welcome Screen.
...
...
@@ -28,14 +27,13 @@ This process may take a bit, and you should see a dialog similar to this.
6\) Wait for Gradle to sync.
You may be unable to successfully build Briar due to the error: *It is not fully supported to define distributionSha256Sum in gradle/wrapper/gradle-wrapper.properties. Using an incorrect value may freeze or crash Android Studio.Please manually verify or remove this property from all of included projects if applicable. For more details, see https://github.com/gradle/gradle/issues/9361*.
You may be unable to successfully build Briar due to the error: *It is not fully supported to define distributionSha256Sum in gradle/wrapper/gradle-wrapper.properties...*
To resolve this error, navigate to **gradle/wrapper/gradle-wrapper.properties**, remove the **distributionSha256Sum** line and save the project.
Then select **Sync project with Gradle Files** from the **File** menu to restart the sync process.
To resolve this error, click the link that says **Use "c9910513d..." as checksum for https://services.gradle.org/distributions/gradle-6.5-all.zip and sync project** from the Event Log.

It takes several minutes to download, install, verify and configure the required packages and tools. If the sync process fails at any point, select **Sync project with Gradle Files** from the **File** menu to restart the process.
It takes several minutes to download, install, verify and configure the required packages and tools.

7\) When Gradle sync is complete, select **Build** > **Build Bundle(s)/APK(s)** > **Build APK(s)** from the Android Studio menu.