From 470c618a2fac801dc977c3d5428a85d2d3103907 Mon Sep 17 00:00:00 2001 From: Ajit Panigrahi Date: Sat, 19 Jul 2025 00:37:10 +0530 Subject: [PATCH] fix: update android sdk path In newer versions of Android Studio on Windows, this Path has been moved out of the Appearance section and into the Languages & Frameworks section. --- environment-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment-setup.md b/environment-setup.md index 2e064a31..8692d9f4 100644 --- a/environment-setup.md +++ b/environment-setup.md @@ -47,7 +47,7 @@ The SDK is by default located at: %LOCALAPPDATA%\Android\Sdk ``` -To find the actual location in the Android Studio **Settings**, navigate to **Appearance & Behavior › System Settings › Android SDK** and copy the Android SDK Location. +To find the actual location in the Android Studio **Settings**, navigate to **Languages & Frameworks › Android SDK** and copy the Android SDK Location. Add Android **platform-tools** to path.