Can't get android support working on my mac.. need dumbed down steps

The Android SDK does not appear to be installed/configured on this computer.  It is needed to install apps on Android devices.

To enable adb for Android device installation:

  1. install the Android SDK

  2. make sure the ANDROID_SDK environment variable is available to the Corona Simulator:

  launchctl setenv ANDROID_SDK <path-to-sdk>

trying to follow these steps… I have android studio installed.  In terminal I ran the command above with the path to my sdk ~/Library/Android/sdk…  I also tried running it in corona’s terminal and restarting.  nothing is working properly.  Can I get some dumbed down steps on getting this working please

okay… so instead of this ~/Library/Android/sdk

i needed it to be the full path

launchctl setenv ANDROID_SDK /Users/<my name>/Library/Android/sdk

i’m getting this error now when i build directly to device

adb encountered an error installing the app:

 

ERROR: ADB not on path

AAPT not on path

: no device detected (if one is attached, try reconnecting it)

I have some android steps documented here at the bottom:

http://fearby.com/article/how-to-build-your-first-cross-platform-mobile-app-with-corona/

this is really detailed… but im not sure it helps me build to my android device directly from the corona simulator.  this seems more like its centered on pushing your app to the device from the command line…

okay… so instead of this ~/Library/Android/sdk

i needed it to be the full path

launchctl setenv ANDROID_SDK /Users/<my name>/Library/Android/sdk

i’m getting this error now when i build directly to device

adb encountered an error installing the app:

 

ERROR: ADB not on path

AAPT not on path

: no device detected (if one is attached, try reconnecting it)

I have some android steps documented here at the bottom:

http://fearby.com/article/how-to-build-your-first-cross-platform-mobile-app-with-corona/

this is really detailed… but im not sure it helps me build to my android device directly from the corona simulator.  this seems more like its centered on pushing your app to the device from the command line…