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
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -108,12 +108,15 @@ android_mode.warn.cannot_load_sdk_title = Bad news...
108
108
android_mode.warn.cannot_load_sdk_body = The Android SDK could not be loaded.\nThe Android Mode will be disabled.
109
109
android_mode.info.cannot_open_sdk_path = "Android SDK path couldn't be opened.";
110
110
android_mode.error.cannot_create_avd = "Could not create a virtual device for the emulator.";
111
+
android_mode.error.emulator_installation_failed = "Encountered Issues with the emulator installation. Result Code is non-zero";
111
112
android_mode.dialog.no_devices_found_title = No devices found!
112
113
android_mode.dialog.no_devices_found_body = Processing did not find any device where to run\nyour sketch on. Make sure that your handheld or\nwearable is properly connected to the computer\nand that USB or Bluetooth debugging is enabled.
113
114
android_mode.status.no_devices_found = No devices found.
manifest.warn.cannot_handle_file_body = Errors occurred while reading or writing %s\nwhich means lots of things are likely to stop working properly.\nTo prevent losing any data, it's recommended that you use âSave Asâ\n"to save a separate copy of your sketch, and then restart Processing.";
262
+
manifest.warn.cannot_handle_file_body = Errors occurred while reading or writing %s\nwhich means lots of things are likely to stop working properly.\nTo prevent losing any data, it's recommended that you use âÂÂSave AsâÂÂ\n"to save a separate copy of your sketch, and then restart Processing.";
0 commit comments