Problems with android adb

1

Good morning, guys. I'm a Mac user and I'm trying to run my ionic app on my android device through the command ...

  

ionic run android --device   .. but the following message appears in 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?

    
asked by anonymous 07.04.2016 / 15:24

1 answer

0

You have to add the environment variable. Follow the steps below:

more complete tutorial .

    
15.04.2016 / 19:29