Hey guys,
I am trying to run my app on Android (using Mac OS) with meteor run android
, but am getting this error. I checked the forum and saw that other people had this issue in the past, but no solution is given. Any idea what I could do?
While running Cordova app for platform Android with options --emulator:
Error: Command failed: /Users/patrickdecastroneuhaus/Desktop/obistro/obistro-app/.meteor/local/cordova-build/platforms/android/cordova/run --emulator
{ CordovaError: No emulator images (avds) found.
1. Download desired System Image by running: /Users/patrickdecastroneuhaus/Library/Android/sdk/tools/android sdk
2. Create an AVD by running: /Users/patrickdecastroneuhaus/Library/Android/sdk/tools/android avd
HINT: For a faster emulator, use an Intel System Image and install the HAXM device driver
Thanks!