Skip to content

Commit 6792c12

Browse files
Update mode.properties
1 parent 94a28ae commit 6792c12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mode/languages/mode.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,8 @@ android_sdk.dialog.accept_sdk_license_body = You need to accept the terms of the
188188
android_sdk.warn.cannot_run_adb_title = Trouble with adb!
189189
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
190190
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.
192193
android_sdk.error.missing_platform_tools_folder = There is no platform-tools folder in %s
193194
android_sdk.error.missing_build_tools_folder = There is no build-tools folder in %s
194195
android_sdk.error.missing_platforms_folder = There is no platforms folder in %s

0 commit comments

Comments
 (0)