1, first install VirtualBox, download from the official website, after the installation is completed in the local connection there are VirtualBox virtual network card, may affect the network connection, generally disable
2, download the image of Android, the full name is: Android-x86-2.2-generic.iso, can also be searched online download, I have in Baidu network disk sharing: HTTP://PAN.BAIDU.COM/S/1DDKXGCX
3. Create a directory under one of your drive characters, dedicated to storing VirtualBox virtual disk files, such as the D:\virtualbox\android\android2.2 I created
Below this directory I generally store ISO images, backup and VirtualBox virtual files.
4, after opening VirtualBox to create a virtual computer, this online a lot, also very simple.
Attention
-
- version: Other Linux (32-bit)
- memory: 512M can
- HDD size: 8G full enough
- hard disk File type: VDI (VirtualBox hard disk image)
- dynamic assignment
- file location and size Select the location of the file (the folder we created earlier)
- general-backup location settings under the directory we created (then select the created virtual computer and set it in Settings)
- system-no floppy drive now, cancel floppy drive check option
- storage-the default storage tree below is the display of no platters, this inside select our downloaded ISO image file, because the installation of this image to boot the installation (in fact, the computer's optical drive you want to put a CD-ROM, The hard drive is your virtual VDI file is the first IDE controller main channel, our ISO optical drive is the second IDE Controller main channel)
- sound-control chip Select default Line
- network-nic one inside Select Bridge network card, bridge the net and your computer, have a separate IP address, on a LAN inside
5. Select Start After
- Select Create/modify partitions to create the partition
- new-primary-size is the default size-bootable-write-quit-yes (after which a disk partition is created and sda1 Linux VBOX harddisk is selected after exiting)
- Select this section and press ENTER
- Format into ext3
- Yes
- In the middle of the installation will ask you whether to install grub, here must choose Yes, since we need grub from the definition to start Android
- Create a virtual SD card
- Set Size 200M
- Then delete the virtual disc in the settings-and-save option so that the next execution will no longer look for the virtual ROM.
Windows builds Android environment for VirtualBox virtual machine installation