mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 09:11:18 +00:00
android-clt: Fix env_add_path (#3566)
https://developer.android.com/studio/command-line/sdkmanager "The sdkmanager tool is provided in the Android SDK Tools package (25.2.3 and higher) and is located in android_sdk/cmdline-tools/latest/bin/."
This commit is contained in:
parent
a2ab99b77a
commit
b0631e257a
@ -14,7 +14,7 @@
|
||||
" New-Item \"$dir\\platform-tools\" -ItemType Junction -Target \"$(appdir adb $global)\\current\\platform-tools\" | Out-Null",
|
||||
"}"
|
||||
],
|
||||
"env_add_path": "cmdline-tools\\bin",
|
||||
"env_add_path": "cmdline-tools\\latest\\bin",
|
||||
"env_set": {
|
||||
"ANDROID_SDK_ROOT": "$dir"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user