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
I had the same problem and none of the answers here solved my issue, I think the reason in my case was either Ionic framework or and most probably Native Script framework. Native Script uses the Android Studio emulator to link to their mobile apps so they change the Andriod Studio emulator's path. What I did to solve the issue:
1.Unistall Ionic, Cordova, and Native Script - I'm not sure if this step is necessary
2- Uninstall Android Studio and deleting the folder Android in AppData/Local folder
3- Install Andriod Studio and make sure not to import settings
1- Unistall Ionic, Cordova, and Native Script I'm not sure if this step is necessary
For Window system
npm uninstall -g ionic
npm uninstall -g cordova
npm uninstall -g nativescript
2- Uninstall Android Studio
3- Reinstall Android Studio
After that you might want to install the frameworks again, I did not