ADB not on path

Hi all

I would like to some assistance as i am not sure whats going tried searching the net but can’t come to a clear answer. I was building a project and this was the error that i can across.

adb encountered an error installing the app:

 

ERROR: ADB not on path

: ANDROID_SDK does not point to a directory (/Users//Users/Undyingcouragegaming/Android/sdk)

 

Please can somebody assist?

Have you installed Java? What about the Android SDK? You are using Corona right?

I can’t give you the step-by-step on how to do all of this. You’re going to need to edit your .bash_profile file from the command line and make sure the environment variable ANDROID_SDK points to your Android SDK location. It’s also good to have this in PATH too.

FWIW, Must people’s home directories on a Mac are:  /Users/yourname/

I don’t know why yours is: /Users/Users/yourname

If your home directory is in the expected place of /Users/yourname and the environment variable ANDROID_SDK is pointing to /Users/users then that could be the problem.

Have you installed Java? What about the Android SDK? You are using Corona right?

I can’t give you the step-by-step on how to do all of this. You’re going to need to edit your .bash_profile file from the command line and make sure the environment variable ANDROID_SDK points to your Android SDK location. It’s also good to have this in PATH too.

FWIW, Must people’s home directories on a Mac are:  /Users/yourname/

I don’t know why yours is: /Users/Users/yourname

If your home directory is in the expected place of /Users/yourname and the environment variable ANDROID_SDK is pointing to /Users/users then that could be the problem.