I\'m trying to run my first Ionic app but i\'m getting this error where it does not find my phone and does not find the emulator to run either.
C:\\Users\\MA
For me, the issue was a wrong ANDROID_HOME environment variable on mac, I had to use the homebrew version. Added this to the .zshrc:
ANDROID_HOME
.zshrc
export ANDROID_HOME=$(brew --prefix)/share/android-sdk