diff --git a/content/page/building.md b/content/page/building.md index 36490c13afb3e3098f25c63908bed399b43aa24c..98093a92eadd522d91e58d290416e862736ab38a 100644 --- a/content/page/building.md +++ b/content/page/building.md @@ -35,13 +35,13 @@ It takes several minutes to download, install, verify and configure the required  -7\) When Gradle sync is complete, select **Build** > **Build Bundle(s)/APK(s)** > **Build APK(s)** from the Android Studio menu. +7\) Follow [Android Studio's documentation](https://developer.android.com/studio/run/device) to set up a device. - +8\) If a device has been properly set up, you should see it under **Running devices** in the target device drop-down menu. Select the device that you want to run your app on and click run button (or select **Run** > **Run 'briar-android'** from the menu). -8\) When the build process finishes, click **locate** from the Event Log to open the folder containing the APK file, **briar-android-official-debug.apk**. See the [Android Studio documentation](https://developer.android.com/studio/run/device) for instructions on how to run the app. + - +Android Studio builds the app, then installs and launches it under the name "Briar Debug" on the selected device. ## Updating diff --git a/static/img/building/08.png b/static/img/building/08.png new file mode 100644 index 0000000000000000000000000000000000000000..2a3f07bc65cf26b52ad5c1f855faf4db19185f45 Binary files /dev/null and b/static/img/building/08.png differ