answersLogoWhite

0


Best Answer

The Android SDK requires that you add the following environment variable:

ANDROID_HOME = <installation location>\android-sdk-windows

This is used to determine where the SDK can be found.

In addition, it is recommended you also add the tools and platform-tools sub-folders to your PATH:

PATH = <existing path>;%ANDROID_HOME%\tools;%ANDROID_HOME%\platform-tools

Note how the path makes use of the ANDROID_HOME environment variable.

With these variables in place, you can more easily execute the commands contained therein without specifying the path to those commands.

User Avatar

Wiki User

8y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: When installing the Android SDK what is the purpose of creating a user variable using the environment variables in Windows?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

How do you fix environment variable system variable pathtext command and value info?

Start &gt; right-click My Computer &gt; Properties &gt; Advanced &gt; Environment Variables


What is Variable Shadowing in Java?

In Java, there are three kinds of variables: local variables, instance variables, and class variables. Variables have their scopes. Different kinds of variables have different scopes. A variable is shadowed if there is another variable with the same name that is closer in scope. In other words, referring to the variable by name will use the one closest in scope, the one in the outer scope is shadowed.A Local Variable Shadows An Instance VariableInside a class method, when a local variable have the same name as one of the instance variable, the local variable shadows the instance variable inside the method block.


When do you declare a variable method and a class final?

When There is No Need to Change the Values of the Variables In Entire lifetime of That variables then we must use that Variable as Final Variable.


What are all the variables?

There are 'constant variables' , 'independant variables' and 'dependent variables' Constant Variable- things in the experimment that should be kept the same Independant variables- something that can be varied in an experiment Dependant variable- something that can be affected


Is declaration of variables allocated memory?

Constants, static variables and global variables are allocated in the program's data segment at compile time. Local variables are allocated on the stack at runtime. Variables cannot be allocated on the heap, you must use a constant, static variable, global variable or local variable to store the start address of a dynamic memory allocation. The variable must be a raw pointer or a reference handle (a smart pointer).

Related questions

How do you fix environment variable system variable pathtext command and value info?

Start &gt; right-click My Computer &gt; Properties &gt; Advanced &gt; Environment Variables


What variable is defined by the operating system and is applied to every user when logged on?

System environment variables


How do the test variables (independent variables) and outcome variables (dependent variables) in an experiment compare?

The test variable (independent variable) controls the outcome variable (dependent variable).


What are the 3 kinds of variables?

independent variable,depedent variable and control variable are the 3 kinds of variables.


Variables that do not change in a experiment?

the dependant variable


What is another name for independent variable?

independent variable called also predictor variables,explanatory variables,manipulated variables etc.


What are variables and uncontrolled variables?

A Controlled Variable is a variable that will stay the same. An Uncontrolled Variable is a variable that stays at random during testing.


What is a inderpendent variable?

Dependent variables and independent variables refer to values that change in relationship to each other. The dependent variables are those that are observed to change in response to the independent variables. The independent variables are those that are deliberately manipulated to invoke a change in the dependent variables. In short, "if x is given, then y occurs", where x represents the independent variables and y represents the dependent variables. Depending on the context, independent variables are also known as predictor variables, regressors, controlled variables, manipulated variables, explanatory variables, or input variables. The dependent variable is also known as the response variable, the regressand, the measured variable, the responding variable, the explained variable, the outcome variable, the experimental variable or the output variable. This answer was coppied onto this page by tom hills of falmouth waii


Why is important to control variables in an experiment?

So that you can know what is the manipulating variable, the controlling variable, and the responding variable! To control the variables!


How do I Edit path in windows?

Right click my computer and click properties click the advanced tab. click the environment variables button at the bottom the bottom pane should say "system variables". The path variable is in there, just under the OS variable.


What are two variables beside predictor variable and outcome variable?

Base Variables and Detector varialbles


What is ordinary variable?

Ordinary variable are those variables that can store only one (1) variables