web123456

Android virtual machine for Windows 11

When we installed Windows 11, is it possible to use Android?

I thought about it for a night before I came up with it.

OK, go to the topic: How to install Android in Windows 11?

Step 1: Transfer the region to the United States:

Open "Settings", select "Time and Language", click "Language and Region", and change "Country and Region" to "America", and the first step is successfully completed.

Step 2: OpenHyper-Vand virtual machine platforms:

Open the Control Panel, click Programs, and click Start or CloseWindowsFunctions Check "Hyper-V" and "Virtual Machine Platform".

If there is no "Hyper-V", it means that you may be a home version of Windows. The solution is as follows:

On the desktop, right-click, select "New Text Document", and copy the following code:

  1. pushd "%~dp0"
  2. dir /b %SystemRoot%\servicing\Packages\*Hyper-V*.mum >
  3. for /f %%i in ('findstr /i . 2^>nul') do dism /online /norestart /add-package:"%SystemRoot%\servicing\Packages\%%i"
  4. del
  5. Dism /online /enable-feature /featurename:Microsoft-Hyper-V -All /LimitAccess /ALL
  6. Pause

Click "File" - "Save As" in turn - Change the ""text document.txt to "All files" - Change the name to: - Click "Save As".

Find it on the desktop, right-click "Run as administrator" and wait for the execution to complete. After executing, follow the second tutorial to open the function. Restart after opening.

If you cannot fully open "Hyper-v" please check if your CPU is turned onVirtualization

Step 3: Install AndroidVirtual MachineandWSA

Android virtual machine:

/store/detail/windows-subsystem-for-android%E2%84%A2-with-amazon-appstore/9P3395VX91NR?hl=en-us&gl=US

Install WSA:

/store/detail/wsa%E5%B7%A5%E5%85%B7%E7%AE%B1/9PPSP2MKVTGT?hl=zh-cn&gl=CN

Step 4: Configure the virtual machine:

Search for Android in Windows, open it, and then enter WSA in the same way to turn on alternate. In virtual machine point developer mode, turn on and copy the following IP to the WSA's alternate IP.

Step 5: Installsoftware

Open wsa, click Install APK (the APK installation file needs to be provided by yourself), click Select APK, find the file we prepared, click Install APK, and wait for the installation to be completed.

Finally, search for the app you installed on Windows and open it.

How it works, just like or comment.

over.