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
When launching a sketch in the emulator for the first time, one is likely to see this message:
since the emulator takes a relatively long time to boot. Looking at the error messages, it seems that Processing tries to install the sketch before the emulator completes the booting process. Maybe there is a a way to detect if the emulator has started up, and only then install the sketch.