Developing Android Apps with Android-x86-4.4-rc1

Source: Internet
Author: User

1. Software Preparation

Virtualbox-4.3.12-93733-win:vibox Virtual Machine Software

Android-x86-4.4-rc1.iso: Android ISO image

2. Install Vibox, by default

3. Install the android-x86 virtual system on the virtual machine

Basically, you choose the default value. The size of the memory, CPU, and hard disk is adjusted according to your needs. My configuration is memory: 512M CPU: Two x HDD: 2G

Reference: Links

4. How to modify the network link

Network configuration of new Android system, network mode Select Bridge mode. This way you can link through the ADB command

5. In the boot good Android x86 system, press ALT+F1 to switch to command line mode. (ALT+F7 switch back to interface mode)

You can see the IP 192.168.1.105 of the current Android system

6.cmd Switch to Android SDK folder ... \sdk\platform-tools

Enter the following command: ADB connect 192.168.1.105:5555 (IP modified to its own, 5555 port is not modifiable)

When connected to 192.168.1.105:5555 appears, the connection is successful.

7. Testing

Right-click "Run as-> Android application" in Eclipse to see the run in Vibox virtual Android

Advantages: faster operation than AVD

Cons: Cannot access the arm bottom, some third-party packages if not open source can not be used

Tip: The Android system is set to sleep→never time out, otherwise the virtual Android system may be black screen

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.