Skip to content

Please update path to emulator [PANIC: Missing emulator engine program for 'x86' CPU] #88

@kmilic

Description

@kmilic

Emulator is no longer in android sdk tools dir, but in the separate dir named emulator. In your code you use following line to locate emulator:
var emulatorCommand = path.resolve(env.ANDROID_HOME, 'tools', 'emulator');
this is no longer valid path and it is causing following error: PANIC: Missing emulator engine program for 'x86' CPU

Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions