Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/src/content/docs/contributing/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@ import { Tabs, TabItem, Steps } from "@astrojs/starlight/components"

5. Open the project in Android Studio.

:::caution
Android Studio will automatically attempt a Gradle sync when the project is first opened.
This sync will fail until steps 8-10 are completed. You can safely dismiss the sync failure and
proceed through the remaining steps before syncing manually via
**File > Sync Project with Gradle Files**.
:::
6. Install the required dependencies.

- Android SDK, latest version
Expand Down
Loading