How to download and install Android SDK 2.2
Article category: mobile development
From: http://www.son1c.cn/show/556.html
1. First download the latest SDK 2.2 file. Because you need to download the latest SDK file, paste the file address directly. You can download it with thunder:
Windows edition http://dl.google.com/android/android-sdk_r06-windows.zip
Linux edition http://dl.google.com/android/android-sdk_r06-linux_86.tgz
Mac edition http://dl.google.com/android/android-sdk_r06-mac_86.zip
2. decompress the file and run "SDK Setup.exe"
Run the sdk setup.exe File
If the message is "Failed to fetch URL ..." So you need to change the HTTPS Method to the HTTP method. The method is as follows:
If this error occurs, follow the steps below.
1) in the "Android SDK and AVD Manager" window, select "Settings" on the left"
2) Select "Force https ://... "This option
Select Force https ://... "This option
3) Click "Save and Apply" and run the SDK Setup.exe again.
3. Select the API version, driver, and documentation you want to install.
Select the required package.
1) if you only need to try Android 2.1 Emulator, you only need to select "SDK Platform Android 2.1. API 7, revision 1" to install it.
2) If you want to develop applications and game applications on This SDK, you need to Accept and abide by All the permitted content (Accept All)
3) Click "Install Selected"
4. Wait for the installer to download the selected package to install the. "Installing Archives" window.
5. Create a new Android Virtual Device (AVD)
Emulate settings when AVD is created.
Select "Virtual Devices" from the left side of the "Android SDK and AVD Manager" window"
1) Select "New"
2) enter an AVD name.
3) Select a Target
4) Size of the input simulated SD Card
5) Select a Skin.
1. Make the simulator look like G1, MyTouch 3G, Hero, and other mobile devices...
Retain the default skin Setting Value
2. Simulate Motorola Droid
Select WVGA 854
3. Simulate other devices
Select other options in the list
6) then "Create AVD"
6. Start running the new simulator Virtual Device
The AVD is successfully created.
A. Select the new Virtual Device in the list)
B. Click Start ..."
C. Click "Launch"
Click launch.
It takes several minutes to run for the first time.
7. Running successful