Win7 a few places to be aware of under the Android environment
1. Four download tools, JDK+ECILPSE+ADT+SDK download and installation, need to note the place:
Install directory do not appear space
2. When updating the SDK,
You first need to add the download IP to the operating system Hosts file, the node
# Copyright (c) 1993-2009 Microsoft Corp.
#
# This was a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings for IP addresses to host names. each
# entry should is kept on a individual line. The IP address should
# is placed in the first column followed by the corresponding host name.
# The IP address and the host name should is separated by at least one
# space.
#
# Additionally, comments (such as these) may is inserted on individual
# lines or following the machine name denoted by a ' # ' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source Server
# 38.25.63.10 x.acme.com # x client Host
# localhost name resolution is handled within DNS itself.
127.0.0.1 localhost
#::1 localhost
203.208.46.146 www.google.com
74.125.113.121 developer.android.com
203.208.46.146 dl.google.com
203.208.46.146 dl-ssl.google.com
#下面为http代理
110.4.12.178:80
Then add the HTTP proxy in the SDK manage tools
110.4.12.178: the
3. If there is no system image in the API pack
Then experiment with several HTTP proxies, then restart the SDK manage program and packages multiple times in the program reload
Win7 a few places to be aware of under the Android environment