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
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
The text was updated successfully, but these errors were encountered:
Emulator is no longer in android sdk
tools
dir, but in the separate dir namedemulator
. 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
The text was updated successfully, but these errors were encountered: