diff --git a/README.md b/README.md index 50c1bb670..cd699caa4 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,15 @@ in. # Development Environment -**Now in Android** uses the Gradle build system and can be imported directly into the latest stable -version of Android Studio (available [here](https://developer.android.com/studio)). The `debug` -build can be built and run using the default configuration. +**Now in Android** uses the Gradle build system and can be imported directly into Android Studio (make sure you are using the latest stable version available [here](https://developer.android.com/studio)). + +Change the run configuration to `app`. + +![image](https://user-images.githubusercontent.com/873212/210559920-ef4a40c5-c8e0-478b-bb00-4879a8cf184a.png) + +The `demoDebug` and `demoRelease` build variants can be built and run (the `prod` variants use a backend server which is not currently publicly available). + +![image](https://user-images.githubusercontent.com/873212/210560507-44045dc5-b6d5-41ca-9746-f0f7acf22f8e.png) Once you're up and running, you can refer to the learning journeys below to get a better understanding of which libraries and tools are being used, the reasoning behind the approaches to