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
Here seems a bug.
Processing can not run in an emulator.
Does it forget to add an exclamation mark? !emulator.exists()
final File emulator = sdk.getEmulatorTool();
if (emulator == null || emulator.exists()) {
System.err.println("EmulatorController: Emulator is not available.");
return;
}