zoukankan      html  css  js  c++  java
  • How to Install Android in VirtualBox


    http://www.howtogeek.com/164570/how-to-install-android-in-virtualbox/


    run-android-in-virtualbox-virtual-machine

    Want to run Android on your PC? The Android-x86 Project has ported Android to the x86 platform from ARM. Android-x86 can be installed on netbooks with supported hardware, but you can also install Android in VirtualBox.

    Android can be run as just another virtual machine, like you would run a Windows or Linux virtual machine. This allows you to play with the Android interface and install apps in a full Android environment on your PC.

    What You’ll Need

    Before you can get started, you’ll need both VirtualBox and an Android-x86 ISO to install inside VirtualBox.

    Creating an Android Virtual Machine

    You can now open VirtualBox and create a new virtual machine by clicking the New button. Go through the wizard and configure your virtual machine with the following settings:

    • Operating System: Linux – Linux 2.6 (or later version)
    • Memory Size: 512 MB
    • Hard Drive Size: 3 GB or More

    create-android-x86-virtual-machine

    Next, power on your new virtual machine and point VirtualBox at the Android-x86 ISO file you downloaded. The installer will boot up inside your virtual machine.

    Select the Installation option and press Enter to continue.

    install-android-in-virtualbox

    We’ll need to create a partition for the Android system. Select the Create/Modify partitions option and press Enter.

    create-partitions-for-android

    Select the New option with your arrow keys and press Enter to create a new partition in the free space.

    android-new-partition

    Choose the Primary option and press Enter, then press Enter again to have the partition take up the entire size of the virtual disk you created.

    android-primary-partition

    Highlight the Bootable option and press Enter to make the partition bootable, then select the Write option and press Enter to write your changes to the virtual disk. You’ll have to type yes and press Enter to confirm writing the changes.

    write-partitions-to-disk

    Activate the Quit option and you’ll go back to the Choose Partition screen.

    This time, you’ll see the partition you created at the top of the screen. Select the partition and press Enter to install Android to it.

    install-android-to-partition

    Select the ext3 file system, and then select Yes to format the partition.

    format-partition-for-android

    Choose Yes to install the GRUB bootloader, and then select Yes to install the /system directory as read-write.

    install-android-system-directory-as-read-write

    Once you’re done, you can remove the ISO file and reboot your virtual machine.

    remove-disc-from-virtualbox-drive

    Android should boot up like any other operating system would in your virtual machine. As with an Android smartphone or tablet, you’ll have to go through the setup process and optionally provide Google account details. Skip the Wi-Fi setup screen — Android will use your virtual machine’s standard Internet connection.

    android-setup-in-virtualbox

    If your mouse cursor doesn’t work, click the Machine menu and select the Disable Mouse Integration option. Click inside the virtual machine and you’ll see the mouse cursor. Press the host key displayed at the bottom-right corner of the virtual machine window (default key: Right Ctrl) to release the mouse cursor from the virtual machine.

    android-virtual-machine-mouse

    You’ll boot into a live Android environment, complete with Google apps like Gmail, Maps, and the Play Store for installing other apps.

    Android is primarily designed for touch input, but it can also be used with a mouse and keyboard — this means that your computer’s mouse and keyboard can function as serviceable input devices. Just don’t try doing anything you need multi-touch for.

    android-in-virtualbox


    This isn’t the fastest way to run Android apps on your PC — BlueStacks is faster if all you want to do is play Temple Run 2 or another Android game on your Windows PC. However, Android-x86 provides access to a complete Android system in a virtual machine. It’s a great way to get more familiar with a standard Android system or just experiment with it like you would experiment with a virtual machine running any other operating systems.

    Go full-screen with an Android virtual machine and you’ll get an idea of what it would be like to use Android on a laptop. If the rumors we’re hearing are correct, we’ll be seeing Android laptops coming out this year — ASUS Transformer devices already function just like Android laptops when in docked mode.



  • 相关阅读:
    洛谷 P1045 【麦森数】快速幂
    洛谷 P4838 P哥破解密码 题解
    洛谷 P1609 最小回文数 题解
    洛谷 P4910 帕秋莉的手环 矩阵乘法+快速幂详解
    [SDOI2010]外星千足虫 题解 高斯消元+bitset简介
    UVA1386 【Cellular Automaton】题解
    JavaScript基础(.....持续待更)
    网页布局基础
    css浮动--float/clear通俗讲解(转载)
    css基础
  • 原文地址:https://www.cnblogs.com/ztguang/p/12646592.html
Copyright © 2011-2022 走看看