1
Good morning, everyone I am Mac user and am trying to run my Ionic app on my android device, through the command...
Ionic run android --device .. but the following message appears on the terminal.
ERROR running one or more of the Platforms: Error: adb: Command failed with Exit code null You may not have the required Environment or OS to run this project
Does anyone know what the problem is?
I am not in Windows environment but on a Mac. And I already have my environment variables declared.
– GustavoSevero
I recommend to inform in the question this information. I do not know MAC, but try to run
cordova run android
.– leopiazzoli
Thanks for the help.
– GustavoSevero