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
IA32LIBS_TITLE = "Additional setup may be required...";
267
-
IA32LIBS_MESSAGE =
268
-
"Lookslike you are running a 64-bit version of Linux. In order<br>" +
269
-
"tocreate the SD card in the emulator, Processing needs the<br>" +
270
-
"ia32-libscompatibility package. On Ubuntu Linux, you can<br>" +
271
-
"installit by runing the following command: <br><br>" +
272
-
"sudoapt-get install lib32stdc++6";
250
+
sys_image_downloader.dialog.select_image_title = Choose system image type to download...
251
+
sys_image_downloader.dialog.select_image_body = The Android emulator requires a system image to run. There are two types of system images available:<br><br><b>1) ARM image -</b> slow but compatible with all computers, no extra configuration needed.<br><br><b>2) x86 image -</b> fast but compatible only with Intel CPUs, extra configuration may be needed, see <a href=\"%s\">this guide</a> for more details.
252
+
sys_image_downloader.dialog.accel_images_title = Some words of caution...
253
+
sys_image_downloader.dialog.haxm_install_body = Processing will install x86 images in the emulator. These images are fast, but also need the Intel Hardware Accelerated Execution Manager (Intel HAXM).<br><br>Processing will try to run the HAXM installer now, which may ask for your administrator password or additional permissions.
254
+
sys_image_downloader.dialog.kvm_config_body = You chose to run x86 images in the emulator. This is great but you need to configure VM acceleration on Linux using the KVM package.<br><br>Follow <a href=\"%s\">these instructions</a> to configure KVM.
255
+
sys_image_downloader.dialog.ia32libs_title = Additional setup may be required...
256
+
sys_image_downloader.dialog.ia32libs_body = Looks like you are running a 64-bit version of Linux. In order<br>to create the SD card in the emulator, Processing needs the<br>ia32-libs compatibility package. On Ubuntu Linux, you can<br>install it by runing the following command: <br><br>sudo apt-get install lib32stdc++6
257
+
sys_image_downloader.option.x86_image = Use x86 image
258
+
sys_image_downloader.option.arm_image = Use ARM image
259
+
sys_image_downloader.download_title = System image download
260
+
sys_image_downloader.download_watch_label = Downloading watch system image...
261
+
sys_image_downloader.download_phone_label = Downloading phone system image...
0 commit comments