Help with viewing android console log

Hey guys, 

Im trying to view android console on my macbook pro,

I’ve made the steps in the debugging guide:

1)click on the Other Download Options link. Then, in the SDK Tools Only box, select the correct option for your system.

2)on OS X, unzip the file and move the folder to a sensible location.

3)Follow the instructions for Adding SDK Packages. Install at least the Android SDK Tools and Android SDK Platform-tools

plugging in my nexus 5 via usb

But now when I’m opening terminal and type in: adb logcat Corona:v *:s

but all i get is this message:

-bash: adb: command not found

 

What am i missing?

Roy.

The folder where “adb” lives needs added to your default PATH environment variable.  You can google around for instructions on how to update your PATH on a Mac.

Rob

Thanks for pointing me in the right direction,

If anyone encounter this, follow the steps in this link:

http://codexpi.com/add-android-adb-path-mac-os-x-yosemite/

Roy.

The folder where “adb” lives needs added to your default PATH environment variable.  You can google around for instructions on how to update your PATH on a Mac.

Rob

Thanks for pointing me in the right direction,

If anyone encounter this, follow the steps in this link:

http://codexpi.com/add-android-adb-path-mac-os-x-yosemite/

Roy.