Skip to content

Commit

Permalink
Add info about adding project (yairm210#12864)
Browse files Browse the repository at this point in the history
  • Loading branch information
itanasi authored Jan 27, 2025
1 parent 1e20fd1 commit a7dca5c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/Developers/Testing-Android-Builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ This is a work in progress - feel free to contribute. Much of this information i

## Run configuration

- In Android Studio, Run > Edit configurations (be sure the Gradle sync is finished successfully first).
- First, enable the android project in Gradle
- In .\settings.gradle.kts, replace `if (System.getenv("ANDROID_HOME") != null)` with `if (true)`.
- In .\build.gradle.kts, change `if (System.getenv("ANDROID_HOME") != null)` to `if (true)`.
- Run "Sync Project with Gradle Files" to populate the available projects and add the android project.
- In Android Studio, Run > Edit configurations (be sure the Gradle sync is finished successfully first).
- Click "+" to add a new configuration
- Choose "Android App"
- Give the configuration a name, we recommend "Android"
Expand Down

0 comments on commit a7dca5c

Please sign in to comment.