Skip to content

Commit 3db759d

Browse files
committed
fixed timeout message
1 parent 22768ea commit 3db759d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/processing/mode/android/AndroidRunner.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,11 @@ public boolean launch(Future<Device> deviceFuture, int comp, boolean emu) {
106106
"This is common when the emulator is booting up for the first time.\n" +
107107
"Just try again once the emulator is ready, or set the\n" +
108108
"ADB_INSTALL_TIMEOUT environmental variable to have a\n" +
109-
"longer timeout, for example 5 minutes or more.<br><br>"+
110-
"Once the emulator is running, don't close until you are done " +
109+
"longer timeout, for example 5 minutes or more.\n\n"+
110+
"Once the emulator is running, don't close until you are done\n" +
111111
"working with Processing.\n");
112-
} Devices.killAdbServer(); // see above
112+
}
113+
Devices.killAdbServer(); // see above
113114
return false;
114115
}
115116

0 commit comments

Comments
 (0)