From 36ee39589ec8b82560786ce3b47cf15dce06554f Mon Sep 17 00:00:00 2001 From: Hielke Morsink Date: Tue, 28 Jun 2022 09:43:21 +0200 Subject: [PATCH] Fix small typo in build instructions --- docs/BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/BUILD.md b/docs/BUILD.md index fd18f687b..ad0d93d1c 100644 --- a/docs/BUILD.md +++ b/docs/BUILD.md @@ -33,7 +33,7 @@ The repository will be downloaded to the directory `uhabits`. 2. When the IDE asks you for the project location, select `uhabits` and click "Ok". 3. Android Studio will spend some time indexing the project. When this is complete, click the toolbar icon "Sync Project with Gradle File", located near the right corner of the top toolbar. 4. The operation will likely fail several times due to missing Android SDK components. Each time it fails, click the link "Install missing platforms", "Install build tools", etc, and try again. -5. To test the application, create a virtual Android device using the menu "Tools" and "AVD Manager". The default options should work fine, but free to customize the device. +5. To test the application, create a virtual Android device using the menu "Tools" and "AVD Manager". The default options should work fine, but feel free to customize the device. 6. Click the menu "Run" and "uhabits-android". The application should launch.