macaca-android icon indicating copy to clipboard operation
macaca-android copied to clipboard

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

Open kmilic opened this issue 4 years ago • 0 comments

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

kmilic avatar Sep 24 '21 09:09 kmilic