Skip to content

Emulator is not available #636

Closed
@toreal

Description

@toreal

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;      
     }

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions