From 9c252b593c9a0a398849a256b6af38754c8ec9fa Mon Sep 17 00:00:00 2001 From: Dan Fabulich Date: Mon, 2 Feb 2026 11:18:51 -0800 Subject: [PATCH] Add Android Studio requirement to getting started guide Apropos https://github.com/skiptools/skip/issues/606 I think we should fix https://github.com/skiptools/skip/issues/606 properly, but, for now, this will put people on the right track. --- src/content/docs/docs/gettingstarted.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/docs/gettingstarted.mdx b/src/content/docs/docs/gettingstarted.mdx index dbf5dc1..31b2fda 100644 --- a/src/content/docs/docs/gettingstarted.mdx +++ b/src/content/docs/docs/gettingstarted.mdx @@ -6,7 +6,7 @@ tableOfContents: false import { Steps } from '@astrojs/starlight/components'; :::note[System Requirements] -Skip requires a macOS 15+ development host with [Xcode 16](https://developer.apple.com/xcode) or later installed. +Skip requires a macOS 15+ development host with [Xcode 16](https://developer.apple.com/xcode) or later and [Android Studio](https://developer.android.com/studio) installed. :::