From 39302f19382917ca5dfbb2b98b249762ed1fcc79 Mon Sep 17 00:00:00 2001 From: jdf Date: Sun, 21 Feb 2010 03:10:28 +0000 Subject: [PATCH] Make the error message match the new non-donut reality --- app/src/processing/app/tools/android/Device.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/processing/app/tools/android/Device.java b/app/src/processing/app/tools/android/Device.java index 2010d8168..f3a527b37 100644 --- a/app/src/processing/app/tools/android/Device.java +++ b/app/src/processing/app/tools/android/Device.java @@ -64,7 +64,7 @@ public class Device { "An error occurred while running “android create avd”\n" + "to set up the default Android emulator. Make sure that the\n" + "Android SDK is installed properly, and that the Android\n" + - "and Google APIs are installed for levels 4 and 5."; + "and Google APIs are installed for level 5."; static final String ADB_DEVICES_ERROR = "Received unfamiliar output from “adb devices”.\n" +