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_mode.dialog.cannot_use_default_icons_body = The sketch does not include all required app icons. Processing could use its default set of Android icons, which are okay to test the app on your device, but a bad idea to distribute it on the Play store. Create a full set of unique icons for your app, and copy them into the sketch folder. Once you have done that, try exporting the sketch again.<br><br>For more info on distributing apps from Processing,<br>check <a href=\"%s\">this online tutorial</a>.
90
90
android_mode.warn.cannot_load_sdk_title = Bad news...
91
-
android_mode.warn.cannot_load_sdk_body = The Android SDK could not be loaded.\nThe Android Mode will be disabled.
91
+
android_mode.warn.broken_sdk_folder = Your SDK path seems to be broken as %s
92
+
android_mode.warn.cannot_load_sdk_body = The Android SDK could not be loaded, because:\n%s.\nThe Android Mode will be disabled.
92
93
android_mode.info.cannot_open_sdk_path = "Android SDK path couldn't be opened.";
93
94
android_mode.error.cannot_create_avd = "Could not create a virtual device for the emulator.";
94
95
android_mode.dialog.no_devices_found_title = No devices found!
@@ -139,16 +140,17 @@ android_sdk.dialog.found_installed_sdk_body = Processing found a valid Android S
139
140
android_sdk.option.use_existing_sdk = Use existing SDK
140
141
android_sdk.option.download_new_sdk = Download new SDK
141
142
android_sdk.dialog.cannot_find_sdk_title = Cannot find an Android SDK...
142
-
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.
143
+
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 26 or higher.
143
144
android_sdk.dialog.invalid_sdk_title = Android SDK is not valid...
144
-
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.
145
+
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 26 or higher.<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 26 or higher.
android_sdk.dialog.download_phone_image_title = Download phone system image?
148
149
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?
149
150
android_sdk.dialog.download_watch_image_title = Download watch system image?
150
151
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?
151
152
android_sdk.dialog.select_sdk_folder = Choose the location of the Android SDK
153
+
android_sdk.error.cancel_sdk_selection = User cancelled SDK path selection
152
154
android_sdk.error.sdk_selection_canceled = User canceled attempt to find SDK
153
155
android_sdk.error.sdk_download_canceled = User canceled SDK download
154
156
android_sdk.error.sdk_download_failed = SDK could not be downloaded
@@ -172,7 +174,7 @@ android_sdk.error.missing_tools_folder = There is no tools folder in %s
172
174
android_sdk.error.missing_platform_tools_folder = There is no platform-tools folder in %s
173
175
android_sdk.error.missing_build_tools_folder = There is no build-tools folder in %s
174
176
android_sdk.error.missing_platforms_folder = There is no platforms folder in %s
175
-
android_sdk.error.missing_target_platform = There is no Android %s in %s
177
+
android_sdk.error.missing_target_platform = There is no Android %s (or greater) in %s
176
178
android_sdk.error.missing_android_jar = android.jar for plaform %s is missing from %s
0 commit comments