diff --git a/content/page/building.md b/content/page/building.md index ff805f9b024fa8bd5adfd2b8316de72fdba6888b..8a8ada079833cd9b0eba6395dcec36fb64cb88f8 100644 --- a/content/page/building.md +++ b/content/page/building.md @@ -8,8 +8,6 @@ title: Building the Source Code 1\) Download and install [Android Studio](http://developer.android.com/sdk/index.html). -2\) Open Android Studio and select **Check out project from Version -Control**.  @@ -22,44 +20,42 @@ Repository URL**, then click **Clone**.  +This process may take a bit, and you should see a dialog similar to this. + + + 5\) When the source code has downloaded, click **Yes** to open the project.  -6\) Click **OK** to accept the default settings. - - - -7\) If Android Studio asks you about an **Unregistered VCS root**, click -**Add root**. This will allow you to update the source code later -without repeating the previous steps. - - - -8\) Select **Build > Build APK** from the Android Studio menu. +6\) Select **Build > Build Bundle(s)/APK(s) > Build APK(s)** from the Android Studio menu.  -9\) When the build process finishes, click **Show in File Manager** to -open the folder containing the APK file, **briar-android-debug.apk**. +7\) When the build process finishes, click **Show in File Manager** to +open the folder containing the APK file, **briar-android-official-debug.apk**. You can [sideload](http://www.digitalcitizen.life/how-sideload-apps-using-apk-files-android-devices) this file onto any Android device.  -10\) Briar is under constant development, so you should check for updates -regularly. To get the latest version of the source code, click the -**Update Project** button on the Android Studio toolbar. +8\) Briar is under constant development, so you should check for updates +regularly. To get the latest version of the source code, select **VCS>Update +Project**.  -11\) Click **OK** to accept the default settings. +Alternatively, you can also use the **Update Project** button on the toolbar: + + + +9\) Click **OK** to accept the default settings.  -12\) Repeat steps 8 and 9 to build and install the updated app. +10\) Repeat steps 6 and 7 to build and install the updated app. If you're interested in getting involved or following the progress of the project, please [join the development mailing diff --git a/static/img/building/01.png b/static/img/building/01.png index 34cc0803a6e59d30b87f4f987f5247d050d138b9..0f4810b25377cc57cd44a18d1469af8120e96fcd 100644 Binary files a/static/img/building/01.png and b/static/img/building/01.png differ diff --git a/static/img/building/02.png b/static/img/building/02.png index caf480bbfa2532d6512f2034fbc6aaed4ed928f7..b278593802ee987cf56253ca6a313fa3abf638a6 100644 Binary files a/static/img/building/02.png and b/static/img/building/02.png differ diff --git a/static/img/building/03-2.png b/static/img/building/03-2.png new file mode 100644 index 0000000000000000000000000000000000000000..a5aae4e7adc58d031f0c5e94c9e62c7b75fba3eb Binary files /dev/null and b/static/img/building/03-2.png differ diff --git a/static/img/building/03.png b/static/img/building/03.png index 69476c13e2fe094e69a6b306ca61c99b6a9379f1..0e25046a1e3a206cd35e844dab01d051a0ba7b55 100644 Binary files a/static/img/building/03.png and b/static/img/building/03.png differ diff --git a/static/img/building/04.png b/static/img/building/04.png index 5d862a96ae61ab97292af8402821c5a61df408ff..e64509ab443ec7e53952015e90e8ea0ac8d3189e 100644 Binary files a/static/img/building/04.png and b/static/img/building/04.png differ diff --git a/static/img/building/05.png b/static/img/building/05.png deleted file mode 100644 index 070bd12a822b358c34eb26f8d9829767fea5d5df..0000000000000000000000000000000000000000 Binary files a/static/img/building/05.png and /dev/null differ diff --git a/static/img/building/06.png b/static/img/building/06.png deleted file mode 100644 index 0d9528e1bc236cd331a85d9c71d1bb7fc7cb42f7..0000000000000000000000000000000000000000 Binary files a/static/img/building/06.png and /dev/null differ diff --git a/static/img/building/09-2.png b/static/img/building/09-2.png new file mode 100644 index 0000000000000000000000000000000000000000..e0cefe4fde4af26e0b9152be621cf2231d2969f3 Binary files /dev/null and b/static/img/building/09-2.png differ diff --git a/static/img/building/09.png b/static/img/building/09.png index 1e836cc853a2f9835ae5bec034947475b855b777..cb004720dcffd6563ac6fd6a10f5d5482e92964b 100644 Binary files a/static/img/building/09.png and b/static/img/building/09.png differ diff --git a/static/img/building/10.png b/static/img/building/10.png index 06ce1fc633f629d1abd640c8c35e04bc1181c42c..94c51810a06201691be522d2a1e9ab3c77d6c56b 100644 Binary files a/static/img/building/10.png and b/static/img/building/10.png differ diff --git a/static/img/building/11.png b/static/img/building/11.png index e06e0df9aa9fdfe62a7d2f41c2355f61fdcd146e..da0e42cedcc8a8f90e20b9444d765f876538134e 100644 Binary files a/static/img/building/11.png and b/static/img/building/11.png differ diff --git a/static/img/building/13.png b/static/img/building/13.png index 62fa6f2907227089b9cf18948de8c8693ef2ca69..e2e33fe88d321ec790bf981c8cbd43357d0e243f 100644 Binary files a/static/img/building/13.png and b/static/img/building/13.png differ