Android virtual machine for Windows 11

When we install Windows 11, is it because it can use Android

I also thought about it all night before I figured it out.

Ok, let's get to the topic: How to install Android in Windows 11?

Step 1: Change the region to the United States:

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

Step 2: Open Hyper-V and the virtual machine platform:

Open the "Control Panel", click "Programs", click "Turn Windows features on or off" and check "Hyper-V" and "Virtual Machine Platform".

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

Right-click on the desktop, select "New Text Document", and copy the following code:

pushd "%~dp0"

dir /b %SystemRoot%\servicing\Packages\*Hyper-V*.mum >hv.txt

for /f %%i in ('findstr /i . hv.txt 2^>nul') do dism /online /norestart /add-package:"%SystemRoot%\servicing\Packages\%%i"

del hv.txt

Dism /online /enable-feature /featurename:Microsoft-Hyper-V -All /LimitAccess /ALL

Pause

Click "File" - "Save As" - change ""Text Document.txt" to "All Files" - change the name to: tast.bat - click "Save As".

Find tast.bat on the desktop, right-click "Run as Administrator", and wait for the execution to complete. After execution, follow the second step tutorial to open the function. Reboot after opening.

If you cannot fully open "Hyper-v", please check whether your CPU has virtualization enabled.

Step 3: Install the Android virtual machine and WSA.

Android virtual machine:

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

Install WSA:

https://apps.microsoft.com/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 open the backup. Click the developer mode of the virtual machine, open it, and copy the following IP to the standby IP of WSA.

Step 5: Install the software:

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

Finally, search for the application you installed in Windows and open it.

If it is useful, please like or comment.

over.

Guess you like

Origin blog.csdn.net/m0_71542110/article/details/126240915