In the latest Android 4.0.3 R2 Simulator, GPU support has been added to support the OpenGL ES 2.0 standard, allowing developers to test their OpenGL games with simulators. After the new camera support was added last year, the current version of the simulator also includes support for multi-touch input devices, and Bluetooth and NFC support will be added in the future ...
QVGA (240x320, low density, small-screen)
WQVGA400 (240x400, low density, normal screen)
WQVGA432 (240x432, low density, normal screen)
HVGA (320x480, medium density, normal screen)
WVGA800 (480x800, high density, normal screen)
WVGA854 (480x854 high density, normal screen)
WXGA720 (1280x720, extra-high density, normal screen)
WSVGA (1024x600, medium density, large screen)
WXGA (1280x800, medium density, xlarge screen)
First, the configuration of the operating environment
1. Prepare your computer system: XP or Windows 7
2, because Android simulator needs in the Java environment to run, first download Java installation: Click to download and install! (If you already have a Java environment, you can skip this step)
Second, download the Android 4.0.4 SDK file Package
1. Download Android SDK starter Package
Http://www.cr173.com/soft/34565.html
Open with zip, drag out the ANDROID-SDK to the location you want to place
2. Download Android SDK API level
Http://www.cr173.com/soft/40881.html
Open in Zip, drag and Drop Android-15 (folder name: android-4.0.4) to platforms directory
3. Download Android SDK 4.0.4 system img
Http://www.cr173.com/soft/40882.html
Enter the ANDROID-SDK directory,
New folder: System-images
Then enter the System-images directory, new folder: Android-15
Open in Zip, drag and drop armeabi-v7a into system-images\android-15 directory
4. Download Android SDK Platform-tools
Http://www.cr173.com/soft/40880.html
Open in Zip, drag and drop platform-tools into ANDROID-SDK directory
Basically the same, no longer repeat, please follow the tutorial (the following version number is not modified, but does not affect the installation)
Third, create Android 4.0.4 simulator
1. Enter the ANDROID-SDK directory and double-click to run the AVD Manager.exe
2. New virtual machine, click New ... Button
3, fill in some information, such as name, SD card size ...
4, after creation, there will be a confirmation box, and prompts for information about the virtual machine.
5, back to the main screen, click on the new virtual machine name above, then click on the right of the Start ... button to start
6, there is no need to set up, direct point launch can.
7, OK, done! Android 4.04 is starting up!
Initialization time will be a bit long, about 2-3 minutes, depending on the configuration of the computer!
On the left is the simulated phone interface,
On the right is the control button: The small house is the home button, menu is the key, return, search what does not explain.
8, start the completion, enter the desktop. Click OK, then!
9, has entered the desktop!
The following 5 icon buttons are: Phone, contacts, program list, SMS, browser
10, click the middle of the program list, enter the interface, or there is a message that tells you to press and hold the icon can be dragged on the main screen.
11. Program List Interface
12, some people will ask, how is English, have Chinese?
Of course! Android native support multi-lingual, only need to set up a bit.
Click Settings in the list above to enter the Function settings screen
Click Language &input language and input
13, ah, incredibly jump out of a Google Pinyin Input method error prompt Box! ( I installed the default English input method, this version without the error prompt )
14. Get rid of this error message first!
Click Default to adjust the input method that the system defaults to using
15, choose Chinese (US) Android keyboard can
16, then the above, continue to set the system language to Chinese, click Language
17. Hold down the list with the mouse and drag , you will see Chinese (Simplified)
This is the mode of operation of Android, actually the interface is scrolling down! If you want to buy an Android phone later, it is recommended that you adapt to this mode of operation.
You need to see more of the following, you have to drag up, let the following display.
18, click on the Chinese (Simplified) , the interface becomes Chinese!
You can then click on the small house back to the main screen, or return to the key, for other settings or operations!
19, view version number: 4.0.4 (because the simulator wood has the call function, so the baseband unknown)
20, the simulator can also bridge the network of computer Internet Oh!
Android emulator Android SDK 4.0.3 R2 installation Complete Graphics tutorial