From 1bcea85cbce0aaa75832a2b38221f263c9f43439 Mon Sep 17 00:00:00 2001 From: NoDocCat Date: Fri, 22 Oct 2021 00:14:01 +0800 Subject: [PATCH] android-clt: Fix command path error (#2029) --- bucket/android-clt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/android-clt.json b/bucket/android-clt.json index b1ea9a7f18..3650ecf665 100644 --- a/bucket/android-clt.json +++ b/bucket/android-clt.json @@ -14,7 +14,7 @@ " New-Item \"$dir\\platform-tools\" -ItemType Junction -Target \"$(appdir adb $global)\\current\\platform-tools\" | Out-Null", "}" ], - "env_add_path": "tools\\bin", + "env_add_path": "cmdline-tools\\bin", "env_set": { "ANDROID_SDK_ROOT": "$dir" },