Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sakibian/136e98d681152b49ae104c4099826e3d to your computer and use it in GitHub Desktop.
Save sakibian/136e98d681152b49ae104c4099826e3d to your computer and use it in GitHub Desktop.

Windows Env variables

  1. ANDROID_SDK_ROOT - location of your android SDK folder
  2. ANDROID_HOME - location of your android SDK folder
  3. JAVA_HOME - Location of your JDK folder
  4. PATH - Locations where programs could be located

PATH Should Include

  • %ANDROID_SDK_ROOT%\emulator
  • %ANDROID_SDK_ROOT%\tools
  • %ANDROID_SDK_ROOT%\tools\bin
  • %ANDROID_SDK_ROOT%\platform-tools
  • %ANDROID_SDK_ROOT%\build-tools
  • %JAVA_HOME%\bin
  • C:\Program Files\nodejs
  • C:\Users<your username>\AppData\Roaming\npm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment