Environment variables

    The following example shows how to use an environment variable to launch an emulator when the SDK installation has been put in instead of in its default location of $USER_HOME or $HOME.

    Table 1. Environment variables

    How to set environment variables

    Windows: In a terminal window, type the following:

    1. set HTTP_PROXY=myserver:1981
    1. export HTTP_PROXY=myserver:1981

    Alternately, add it to your ~/.bash_profile file and source the file as follows: