From 27a5f65142465558ff6c81ce6aa8535b7c63a279 Mon Sep 17 00:00:00 2001 From: andrewfstratton Date: Wed, 9 Jul 2025 15:44:21 +0100 Subject: [PATCH] Add alternative for running gradlew with Android Studio (new install) When DekstopRun is not recognised, can run from Android Studio using `.\gradlew :composeApp:run` --- topics/quickstart.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/topics/quickstart.md b/topics/quickstart.md index 48b3adca..4e7f2e70 100644 --- a/topics/quickstart.md +++ b/topics/quickstart.md @@ -269,6 +269,8 @@ Common issues with Java: * If you encounter issues with Gradle JDK in Android Studio, make sure it's configured correctly: select **Settings** | **Build, Execution, Deployment** | **Build Tools** | **Gradle**. + - if 'desktopRun' is not recognised, try `.\gradlew :composeApp:run` from the terminal (in the project directory) _-- tested on windows_ + ### Android tools Same as for JDK, if you have trouble launching Android tools like `adb`,