Skip to content
Snippets Groups Projects
Commit df706544 authored by Cleopatra's avatar Cleopatra
Browse files

Update building.md

parent 056ffe1b
No related branches found
No related tags found
1 merge request!48Update "Building the Source Code" guide
......@@ -5,8 +5,7 @@ aliases:
title: Building the Source Code
---
1\) Download and install the Java Development Kit and [Android
Studio](http://developer.android.com/sdk/index.html).
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.
![](/img/building/06.png)
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.
![](/img/building/06.png)
7\) When Gradle sync is complete, select **Build** > **Build Bundle(s)/APK(s)** > **Build APK(s)** from the Android Studio menu.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment