mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
simplifying android
This commit is contained in:
@@ -112,7 +112,7 @@ class EmulatorController {
|
||||
}
|
||||
Thread.sleep(2000);
|
||||
// System.out.println("done sleeping");
|
||||
for (final String device : Environment.listDevices()) {
|
||||
for (final String device : Devices.listDevices()) {
|
||||
if (device.contains("emulator")) {
|
||||
// System.err.println("EmulatorController: Emulator booted.");
|
||||
setState(State.RUNNING);
|
||||
|
||||
Reference in New Issue
Block a user