How to install Android x86 in vmware virtual machine

How to install Android x86 in vmware virtual machine

Sometimes you just want to test an app but don’t want to do it on your phone. At this time, we can use a virtual machine to accomplish this task. First, go to the official website to download an Android system (https://www.android-x86.org/). I use: android-x86-9.0-rc1.iso for demonstration.

Or choose the local Android system download address: https://www.jb51.net/softs/203311.html

Provide a VMware15 download address: https://www.jb51.net/softs/638385.html

VMware15 for Linux download address: https://www.jb51.net/softs/638408.html

Open VMware Workstation and click Create a New Virtual Machine. There are no special requirements, generally 1 core 2G, according to your computer configuration, select the path of the iso file, boot, and select the third one as shown in the picture.

Select the first option and press Enter, as shown in the figure:

Select NO and press Enter.

Select NEW and press Enter.

Select Primary and press Enter.

Keep the default and press Enter.

After creating a new primary partition, you need to activate the partition before you can start it, that is, write the disk boot information, select "Bootable" and press Enter. The Flags of "sda1" is "Boot".

Select Write and press Enter.

Enter yes and press Enter.

Then select "Quit" and press Enter to exit the partition.

Select "sda1", which is the first partition of the first hard disk, then use the "Tab" key to select "OK" and press Enter.

In this step, the installation program asks us to select the file system type to be formatted. Select ETX4, select OK and press Enter to next step.

Select Yes and press Enter.

Select Yes and press Enter.

Select Yes and press Enter.

Next, the system will be installed automatically until the installation is completed, and we can choose to restart.

In fact, the system has been installed, but we found that we could not enter the system after restarting, and a black screen appeared, or the following prompt appeared:

So we need to make further settings, restart once, select the second option and press Enter to enter debug mode.

Press Enter and enter: mount -o remount,rw /mnt to reload /mnt to writable mode.

Modify /mnt/grub/menu.lst, add the nomodeset option, enter: vi /mnt/grub/menu.lst and press Enter.

Press i to enter the edit mode, and add nomodeset after the first startup item, quiet, as shown in the figure:

Press the esc key to cancel the edit mode, enter: wq and press Enter to save and exit, and restart the system.

After restarting, I successfully entered the system.

If the app crashes after installation, run the enable_houdini command in the terminal of the virtual machine.

This is the end of this article about the steps to install Android x86 on VMware virtual machine. For more information about installing Android x86 on VMware, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future!

You may also be interested in:
  • Detailed explanation of LiveData principle case of Android mvvm
  • Detailed analysis and use of Android framework MVVM
  • Android single item binding MVVM project template method
  • Detailed explanation of Android's MVVM framework - Data Binding
  • Solution to Android Studio's error "failed to create jvm error code -4"
  • Detailed explanation of VM-Mapping, a data status synchronization solution on the Android side

<<:  Analysis of MySQL latency issues and data flushing strategy process

>>:  How to enable remote access permissions in MYSQL

Recommend

A small introduction to the use of position in HTML

I just learned some html yesterday, and I couldn&#...

How to implement Mysql switching data storage directory

How to implement Mysql switching data storage dir...

Image hover toggle button implemented with CSS3

Result:Implementation Code html <ul class=&quo...

Detailed explanation of mysql replication tool based on python

Table of contents 1. Introduction Second practice...

URL representation in HTML web pages

In HTML, common URLs are represented in a variety ...

Introduction to the use of alt and title attributes of HTML img tags

When browser vendors bend the standards and take i...

VMware ESXi 5.5 deployment and configuration diagram process

Table of contents 1. Installation requirements 2....

Detailed explanation of how to pass password to ssh/scp command in bash script

Install SSHPASS For most recent operating systems...

How to rename the table in MySQL and what to pay attention to

Table of contents 1. Rename table method 2. Notes...

Analysis of product status in interactive design that cannot be ignored in design

In the process of product design, designers always...

Problems with installing mysql and mysql.sock under linux

Recently, I encountered many problems when instal...

Detailed explanation of MySQL replication principles and practical applications

This article uses examples to illustrate the prin...

How to design the homepage of Tudou.com

<br />I have been working in front-end for s...

How to use DPlayer.js video playback plug-in

DPlayer.js video player plug-in is easy to use Ma...

GET POST Differences

1. Get is used to obtain data from the server, wh...