3

I am using ionic cordova to make a mobile app. I recently just got a new laptop and when I try to run 'ionic cordova run android --prod', I get this error:

'PANIC: Missing emulator engine program for 'x86' CPU.'

It was working perfectly on my previous computer, though unfortunately it can't handle the payload of development due to it's low specs.

Error Message pic here

What can I do about this?

Vince
  • 69
  • 1
  • 8

1 Answers1

4

Just tried and verified on your machine add below this under system variables Path, to solve this problem

C:/users/$Whome/AppData/Local/Android/Sdk/platform-tools
C:/users/$Whome/AppData/Local/Android/Sdk/tools
C:/users/$Whome/AppData/Local/Android/Sdk/emulator
Hamid Araghi
  • 434
  • 4
  • 15