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

  1. Open the Control Panel and find Programs – Turn Windows features on or off.

    image-20230110111629870

    image-20230110111637818

    image-20230110111646697

  2. Enable Hyper-v and Virtual Machine Platform.

    image-20230110112126390

    image-20230110112158245

  3. 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.

image-20230105225922322

Installation

  1. Double-click to open the Microsoft.UI.Xaml.2.6_2.62112.3002.0_x86__8wekyb3d8bbwe.appx file.

    Click Install.

    Screenshot 2023-01-09 110749

  2. Double-click to open the MicrosoftCorporationII.WindowsSubsystemForAndroid_2210.40000.7.0_neutral_~_8wekyb3d8bbwe.msixbundle file.

    Click Install.

    Screenshot 2023-01-05 224922

  3. It’s ready to use. Isn’t it simple?

    Screenshot 2023-01-05 224451

Command-Line Installation

Use the Add-AppxPackage command to install the two programs.

1
Add-AppxPackage Path
  1. First, open Terminal (Administrator).

    image-20230105230516664

  2. Get the path of the installation package. Right-click on the installation package and select Copy file address.

    image-20230105230637004

  3. Paste the command into the terminal.

    image-20230105230739111

    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
    10
    Add-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.AddAppxPackageCommand

    image-20230105230913774

    The blue bar indicates that it is being installed.

    image-20230105230958256

  4. Once installed, it’s ready to use.

    Screenshot 2023-01-05 224451

Quick APK Installation

  1. First, enable Developer Mode.

    image-20230105231135129

  2. Install the app APK Installer - Microsoft Store Application from the Microsoft Store.

    Screenshot 2023-01-05 224659

  3. After installation, simply double-click on the .apk file to install it quickly.