skip icon indicating copy to clipboard operation
skip copied to clipboard

Docs: "Open in External Editor" may not work with Android Studio

Open dfabulich opened this issue 7 months ago • 0 comments

https://skip.tools/docs/platformcustomization/#android-studio

The docs say to open Android Studio from Xcode with "Open with External Editor."

Dual-Platform Apps

To open your dual-platform Xcode app in Android Studio:

  1. Control-click the Android/settings.gradle.kts file and select Open with External Editor from the resulting context menu.
  2. In Android Studio, select File → Sync Project with Gradle Files

That only works if double-clicking on settings.gradle.kts in Finder would open Android Studio. Sometimes it does, but sometimes it doesn't.

Instead, the documentation should say to "Open the Android/settings.gradle.kts file in Android Studio."

dfabulich avatar May 20 '25 16:05 dfabulich