Error: ANDROID_HOME is not set and "android" command not in your PATH. You must fulfill at least one of these conditions.
Error: ANDROID_HOME is not set and "android" command not in your PATH. You must fulfill at least one of these conditions.
Error: ANDROID_HOME is not set and "android" command not in your PATH. You must fulfill at least one of these conditions.
Re: Error: ANDROID_HOME is not set and "android" command not in your PATH. You must fulfill at least one of these conditions.
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](https://web.archive.org/web/20180210044548/http://spring.io/guides/gs/android/).
```
set ANDROID_HOME=C:\ *installation location* \android-sdk
set PATH=%PATH%;%ANDROID_HOME%\tools;%ANDROID_HOME%\platform-tools
```
Taken from this [installation guide](https://web.archive.org/web/20180210044548/http://spring.io/guides/gs/android/).