Error: ANDROID_HOME is not set and "android" command not in your PATH. You must fulfill at least one of these conditions.

rrvasanth picture rrvasanth · Oct 14, 2014 · Viewed 500.7k times · Source

I'm trying to install PhoneGap and I'm getting the following error:

Error: ANDROID_HOME is not set and "android" command not in your PATH. You must fulfill at least one of these conditions.

Error (screenshot)

enter image description here

What do I do to ensure Android is set up correctly for use with Cordova?

Answer

mach picture mach · Oct 14, 2014

For Windows:

set ANDROID_HOME=C:\ installation location \android-sdk

set PATH=%PATH%;%ANDROID_HOME%\tools;%ANDROID_HOME%\platform-tools

Taken from this installation guide.