Skip to content
Snippets Groups Projects
Unverified Commit b7fb81a0 authored by Santiago Torres's avatar Santiago Torres
Browse files

building: address review comments by @akwizgran

- Correct the name to the apk to match the one generated.
- Fix typo on click on, and match the format on the rest of the
instructions instead.
parent 91707ee3
No related branches found
No related tags found
1 merge request!29building: update instructions for AS 3.5
...@@ -8,8 +8,6 @@ title: Building the Source Code ...@@ -8,8 +8,6 @@ title: Building the Source Code
1\) Download and install [Android 1\) Download and install [Android
Studio](http://developer.android.com/sdk/index.html). Studio](http://developer.android.com/sdk/index.html).
2\) Open Android Studio and select **Check out project from Version
Control**.
![](/img/building/01.png) ![](/img/building/01.png)
...@@ -36,7 +34,7 @@ project. ...@@ -36,7 +34,7 @@ project.
![](/img/building/13.png) ![](/img/building/13.png)
7\) When the build process finishes, click **Show in File Manager** to 7\) When the build process finishes, click **Show in File Manager** to
open the folder containing the APK file, **briar-android-debug.apk**. open the folder containing the APK file, **briar-android-official-debug.apk**.
You can You can
[sideload](http://www.digitalcitizen.life/how-sideload-apps-using-apk-files-android-devices) [sideload](http://www.digitalcitizen.life/how-sideload-apps-using-apk-files-android-devices)
this file onto any Android device. this file onto any Android device.
...@@ -44,8 +42,8 @@ this file onto any Android device. ...@@ -44,8 +42,8 @@ this file onto any Android device.
![](/img/building/11.png) ![](/img/building/11.png)
8\) Briar is under constant development, so you should check for updates 8\) Briar is under constant development, so you should check for updates
regularly. To get the latest version of the source code, click the regularly. To get the latest version of the source code, select **VCS>Update
**Update Project** on option the **VCS** menu. Project**.
![](/img/building/09.png) ![](/img/building/09.png)
......
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