You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mode/languages/mode.properties
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -188,7 +188,8 @@ android_sdk.dialog.accept_sdk_license_body = You need to accept the terms of the
188
188
android_sdk.warn.cannot_run_adb_title = Trouble with adb!
189
189
android_sdk.warn.cannot_run_adb_body = Could not run the adb tool from the Android SDK.\nOne possibility is that its executable permission\nis not properly set. You can try setting this\npermission manually, or re-installing the SDK.\n\nThe mode will be disabled until this problem is fixed.\n
190
190
android_sdk.error.missing_sdk_folder = %s does not exist
191
-
android_sdk.error.missing_tools_folder = There is no tools folder in %s
191
+
android_sdk.error.missing_cmdtools_folder_found_sdktools = There is no cmdline-tools/latest folder in %s and SDK Tools(sdk/tools) got deprecated.\nInstall cmdline-tools in the existing SDK specifically or Create New SDK.
192
+
android_sdk.error.missing_cmdtools_folder = There is no `cmdline-tools/latest` folder in %s \nInstall cmdline-tools in the existing SDK specifically or Create New SDK.
192
193
android_sdk.error.missing_platform_tools_folder = There is no platform-tools folder in %s
193
194
android_sdk.error.missing_build_tools_folder = There is no build-tools folder in %s
194
195
android_sdk.error.missing_platforms_folder = There is no platforms folder in %s
0 commit comments