How to Set Up the ANDROID HOME Environment Variable on Windows 7: Difference between revisions

From wizarPOS
(Created page with "# Click Environment Variables in System Properties>Advance tab # Add ANDROID_HOME, variable value is the Android SDK path # Append ';%ANDROID_HOME%;%ANDROID_HOME%\platform-too...")
 
No edit summary
Line 1: Line 1:
# Click Environment Variables in System Properties>Advance tab
=== Set in Win7 ===
# Add ANDROID_HOME, variable value is the Android SDK path
# Click Properties of computer.
# Append ';%ANDROID_HOME%;%ANDROID_HOME%\platform-tools;%ANDROID_HOME%\tools' to Path variable.
# Click Advanced system settings.
# Click Environment Variables in System Properties>Advance tab.
# In System Variables table, click New to add system variable ANDROID_HOME, variable name is ANDROID_HOME, variable value is the path of Android SDK.
# Append ';%ANDROID_HOME%;%ANDROID_HOME%\platform-tools;%ANDROID_HOME%\tools' to system variable Path.

Revision as of 10:02, 21 October 2020

Set in Win7

  1. Click Properties of computer.
  2. Click Advanced system settings.
  3. Click Environment Variables in System Properties>Advance tab.
  4. In System Variables table, click New to add system variable ANDROID_HOME, variable name is ANDROID_HOME, variable value is the path of Android SDK.
  5. Append ';%ANDROID_HOME%;%ANDROID_HOME%\platform-tools;%ANDROID_HOME%\tools' to system variable Path.