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
android_sdk.dialog.found_installed_sdk_title = Found an Android SDK!
140
140
android_sdk.dialog.found_installed_sdk_body = Processing found a valid Android SDK that seems to be in use already. Processing could use this SDK too, or download a new one.<br><br>Sharing the same SDK across different development tools, like Processing and Android Studio, will save space (the SDK may use up to several GBs), but when one tool updates the SDK, it can create problems in the other. If Processing downloads a new SDK, it will keep it separate from the one it just found.<br><br>What do you want to do?
141
-
142
141
android_sdk.option.use_existing_sdk = Use existing SDK
143
142
android_sdk.option.download_new_sdk = Download new SDK
144
-
145
-
146
143
android_sdk.dialog.cannot_find_sdk_title = Cannot find an Android SDK...
147
-
android_sdk.dialog.cannot_find_sdk_body = Processing did not find an Android SDK on this computer. If there is one, and you know where it is, click \"Locate SDK path\" to select it, or \"Download SDK\" to let Processing download the SDK automatically.<br><br>If you want to download the SDK manually, you can get the command line tools from <a href=\"%s\">here</a>. Make sure to install the SDK platform for API %s.
148
-
144
+
android_sdk.dialog.cannot_find_sdk_body = Processing did not find an Android SDK on this computer. If there is one, and you know where it is, click \"Locate SDK path\" to select it, or \"Download SDK\" to let Processing download the SDK automatically.<br><br>If you want to download the SDK manually, you can get the command line tools from <a href=\"%s\">here</a>. Make sure to install the SDK platform for API %s.
149
145
android_sdk.dialog.invalid_sdk_title = Android SDK is not valid...
150
-
android_sdk.dialog.invalid_sdk_body =
151
-
privatestatic final String INVALID_SDK_TITLE =
152
-
"";
153
-
privatestatic final String INVALID_SDK_MESSAGE =
154
-
"Processingfound an Android SDK, but is not valid. It could be missing " +
155
-
"somefiles, or might not be including the required platform for " +
156
-
"API" + AndroidBuild.TARGET_SDK + ".<br><br>" +
157
-
"Ifa valid SDK is available in a different location, " +
158
-
"click\"Locate SDK path\" to select it, or \"Download SDK\" to let " +
159
-
"Processingdownload the SDK automatically.<br><br>" +
160
-
"Ifyou want to download the SDK manually, you can get "+
161
-
"thecommand line tools from <a href=\"" + SDK_DOWNLOAD_URL + "\">here</a>. " +
162
-
"Makesure to install the SDK platform for API " + AndroidBuild.TARGET_SDK + ".";
"TheAndroid SDK no longer includes 32 bit platform tools (adb, etc.), and so they will not work.<br><br>" +
249
-
"<ahref=\"" + SYSTEM_32BIT_URL + "\">This thread</a> provides some possible workarounds.";
250
-
251
-
privatestatic final String ADB_TROUBLE_TITLE = "Trouble with adb!";
252
-
253
-
privatestatic final String ADB_TROUBLE_MESSAGE = "Could not run the adb tool from the Android SDK.\n" +
254
-
"Onepossibility is that its executable permission\n" +
255
-
"isnot properly set. You can try setting this\n" +
256
-
"permissionmanually, or re-installing the SDK.\n\n" +
257
-
"Themode will be disabled until this problem is fixed.\n";
258
-
259
-
260
-
privatestatic final String YES_PROMPT = "Yes";
261
-
privatestatic final String NO_PROMPT = "No";
262
-
263
-
264
-
265
-
privatestatic final String DOWNLOAD_SDK_AUTOMATICALLY = "Download SDK automatically";
266
-
privatestatic final String LOCATE_SDK_MANUALLY = "Locate SDK path manually";
267
-
268
-
269
-
privatestatic final String MISSING_SDK_FOLDER = " does not exist";
270
-
privatestatic final String MISSING_TOOLS_FOLDER = "There is no tools folder in ";
271
-
privatestatic final String MISSING_PLATFORM_TOOLS_FOLDER = "There is no platform-tools folder in ";
272
-
privatestatic final String MISSING_BUILD_TOOLS_FOLDER = "There is no build-tools folder in ";
273
-
privatestatic final String MISSING_PLATFORMS_FOLDER = "There is no platforms folder in ";
274
-
275
-
privatestatic final String MISSING_TARGET_PLATFORM = "There is no Android ";
276
-
privatestatic final String MISSING_ANDROID_JAR = "android.jar for plaform ";
277
-
278
-
privatestatic final String REMOVING_KEYSTORE_FILE = "Removing expired debug.keystore file.";
279
-
privatestatic final String CANNOT_REMOVE_KEYSTORE_FILE = "Could not remove the expired debug.keystore file.";
280
-
privatestatic final String REMOVE_FILE_PROMPT = "Please remove the file ";
281
-
privatestatic final String INVALID_DATE = "The date '";
282
-
privatestatic final String REPORT_BUG_PROMPT = "Please report this as a bug so we can fix it.";
146
+
android_sdk.dialog.invalid_sdk_body = Processing found an Android SDK, but is not valid. It could be missing some files, or might not be including the required platform for API %s.<br><br>If a valid SDK is available in a different location, click \"Locate SDK path\" to select it, or \"Download SDK\" to let Processing download the SDK automatically.<br><br>If you want to download the SDK manually, you can get the command line tools from <a href=\"%s\">here</a>. Make sure to install the SDK platform for API %s.
android_sdk.dialog.download_phone_image_title = Download phone system image?
150
+
android_sdk.dialog.download_phone_image_body = The system image needed by the emulator does not appear to be installed. Do you want Processing to download and install it now?
151
+
android_sdk.dialog.download_watch_image_title = Download watch system image?
152
+
android_sdk.dialog.download_watch_image_body = The system image needed by the emulator does not appear to be installed. Do you want Processing to download and install it now?
153
+
android_sdk.dialog.select_sdk_folder = Choose the location of the Android SDK
154
+
android_sdk.error.sdk_selection_canceled = User canceled attempt to find SDK
155
+
android_sdk.error.sdk_download_canceled = User canceled SDK download
156
+
android_sdk.error.sdk_download_failed = SDK could not be downloaded
android_sdk.dialog.sdk_installed_body = Processing just downloaded and installed the Android SDK succesfully. The Android mode is now ready to use!<br><br>For documentation, examples, and tutorials, visit the <a href=\"%s\">Processing for Android website</a>, and if you updated from version 3 of the mode, check the <a href=\"%s"\">what's new page</a>.
159
+
android_sdk.dialog.install_usb_driver = <br><br>If you are planning to use Google Nexus devices, then you need the Google USB Driver to connect them to Processing. You will have to install the driver manually following <a href=\"%s\">these instructions</a>.<br><br>The installation files are available in this folder:</br>%s
160
+
android_sdk.dialog.sdk_license_rejected_title = SDK license not accepted
161
+
android_sdk.dialog.sdk_license_rejected_body = The Android SDK was installed, but will not be usable. You can accept the license at a later time by opening a terminal, changing to the SDK folder, and then running the following command:<br><br>tools/bin/sdkmanager --licenses
162
+
android_sdk.dialog.32bit_system_title = System is 32 bit...
163
+
android_sdk.dialog.32bit_system_body = The Android SDK no longer includes 32 bit platform tools (adb, etc.), and so they will not work.<br><br><a href=\"%s\">This thread</a> provides some possible workarounds.
164
+
android_sdk.error.emulator_download_canceled = User canceled emulator download
165
+
android_sdk.error.emulator_download_failed = Emulator could not be downloaded
android_sdk.dialog.using_existing_sdk_body = Processing will use the existing Android SDK. The Android mode is now ready to use!<br><br>For documentation, examples, and tutorials, visit the <a href=\"%s\">Processing for Android website</a>, and if you updated from version 3 of the mode, check the <a href=\"%s\">what's new page</a>.
android_sdk.dialog.accept_sdk_license_body = You need to accept the terms of the Android SDK license from Google in order to use the SDK. Read the license <a href=\"%s\">from here</a>.
170
+
android_sdk.warn.cannot_run_adb_title = Trouble with adb!
171
+
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
172
+
android_sdk.error.missing_sdk_folder = %s does not exist
173
+
android_sdk.error.missing_tools_folder = There is no tools folder in %s
174
+
android_sdk.error.missing_platform_tools_folder = There is no platform-tools folder in %s
175
+
android_sdk.error.missing_build_tools_folder = There is no build-tools folder in %s
176
+
android_sdk.error.missing_platforms_folder = There is no platforms folder in %s
177
+
android_sdk.error.missing_target_platform = There is no Android %s in %s
178
+
android_sdk.error.missing_android_jar = android.jar for plaform %s is missing from %s
0 commit comments