Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kmilic opened this issue Sep 24, 2021 · 0 comments

Comments

@kmilic
Copy link

kmilic commented Sep 24, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant