macaca-android
macaca-android copied to clipboard
Please update path to emulator [PANIC: Missing emulator engine program for 'x86' CPU]
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