Enabling the Android Subsystem on Windows 11
The Windows 11 version has introduced the Android subsystem feature, but this feature is not available in the Chinese region. We cannot download and install the Android subsystem through the Microsoft Store, so we need to download the corresponding installation package to install it.
Enabling Virtual Machine Features
-
Open the Control Panel and find
Programs – Turn Windows features on or off
. -
Enable
Hyper-v
andVirtual Machine Platform
. -
Click
OK
and restart your computer.
Downloading the Installation Package
Open the website Microsoft Store - Generation Project(rg-adguard.net)
Enter the following address in the search box:
1 | https://www.microsoft.com/store/productid/9p3395vx91nr |
Download the two files highlighted in the red box.
Installation
Graphical Installation (Recommended)
-
Double-click to open the
Microsoft.UI.Xaml.2.6_2.62112.3002.0_x86__8wekyb3d8bbwe.appx
file.Click
Install
. -
Double-click to open the
MicrosoftCorporationII.WindowsSubsystemForAndroid_2210.40000.7.0_neutral_~_8wekyb3d8bbwe.msixbundle
file.Click
Install
. -
It’s ready to use. Isn’t it simple?
Command-Line Installation
Use the Add-AppxPackage
command to install the two programs.
1 | Add-AppxPackage Path |
-
First, open
Terminal (Administrator)
. -
Get the path of the installation package. Right-click on the installation package and select
Copy file address
. -
Paste the command into the terminal.
Note!!! Note!!!
Make sure to install
Microsoft.UI.Xaml.2.6_2.62112.3002.0_x86__8wekyb3d8bbwe.appx
first, otherwise you will encounter errors when installing the Android subsystem.1
2
3
4
5
6
7
8
9
10Add-AppxPackage : Deployment failed, HRESULT: 0x80073CF3, Package cannot be updated, related, or conflict verified.
Windows cannot install the package MicrosoftCorporationII.WindowsSubsystemForAndroid_2210.40000.7.0_x64__8wekyb3d8bbwe because this package
depends on a framework that cannot be found. The framework published by "CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" is
Microsoft.UI.Xaml.2.6, which includes a neutral or x64 processor architecture and the minimum version 2.62108.18004.0, as well as the package to be installed.
Note: For more information, please check the Event Log [ActivityId] c61e92de-2104-0000-b20f-26c60421d901, or use the command line Get-AppPackageLog -ActivityID c61e92de-2104-0000-b20f-26c60421d901
At line:1 char:1
+ Add-AppxPackage "C:\***\MicrosoftCorporationII.Window ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\***\...bbwe.Msixbundle:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommandThe blue bar indicates that it is being installed.
-
Once installed, it’s ready to use.
Quick APK Installation
-
First, enable
Developer Mode
. -
Install the app APK Installer - Microsoft Store Application from the Microsoft Store.
-
After installation, simply double-click on the
.apk
file to install it quickly.