Awesome
<p align="center"><img src="https://github.com/K3V1991/How-to-download-and-install-WSA/blob/main/WSA.png" width="200"></a> <h1 align="center"><b>How to download and install the Windows Subsystem for Android</b></h1> <br /> <p align="center"> <a href="https://liberapay.com/K3V1991" alt="LiberaPay"><img src="https://img.shields.io/badge/Liberapay-F6C915?style=for-the-badge&logo=liberapay&logoColor=black" /></a> <a href="https://www.buymeacoffee.com/k3v1991" alt="BuyMeACoffee"><img src="https://img.shields.io/badge/Buy%20Me%20a%20Coffee-ffdd00?style=for-the-badge&logo=buy-me-a-coffee&logoColor=black" /></a> <a href="https://ko-fi.com/k3v1991" alt="Ko-fi"><img src="https://img.shields.io/badge/Ko--fi-F16061?style=for-the-badge&logo=ko-fi&logoColor=white" /></a> <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HW8B98TVDLKWA" alt="PayPal"><img src="https://img.shields.io/badge/PayPal-00457C?style=for-the-badge&logo=paypal&logoColor=white" /></a> <a href="https://github.com/K3V1991/Donate-Crypto/blob/main/README.md" alt="Crypto"><img src="https://img.shields.io/badge/Bitcoin-000?style=for-the-badge&logo=bitcoin&logoColor=white" /></a> </p> <hr /> <br />Requirements:
- Windows 11
- Developer Mode enabled
- Virtual Machine Platform Feature enabled
- Microsoft UI Xaml (appx)
- Windows Subsystem for Android (msixbundle)
Enable Developer Mode:
- Open Settings
- Head to Privacy and Security Settings and search for the For developers
- Tap on the Toggle to enable the Developer Mode and confirm it by clicking on Yes
Enable Virtual Machine Platform:
- Click on Start
- Search for Turn Windows features on or off. Click on the first Option.
- Scroll down and search Virtual Machine Platform
- Checkbox and click OK
- Restart Windows
Download & install Microsoft UI Xaml:
Includes the Framework to run Windows Subsystem for Android. Pre-installed on Windows Insider Builds.
<br />
- Visit the Website: rg-adguard.net
- Change the first Option to
ProductID
- Paste
9P3395VX91NR
in the Search Bar - Change the Channel to
RP
- Click on the [ ✓ ] Button
- Let it generate the List of Files
- Download the following File:
Microsoft.UI.Xaml.2.6_2.62112.3002.0_x64__8wekyb3d8bbwe.appx
Note: The Version may change with Time
- Double click the donloaded File and install it
- You are now ready to install WSA
Download & install Windows Subsystem for Android:
- Visit rg-adguard.net again
- Change the first Option to
ProductID
- Paste
9P3395VX91NR
in the Search Bar - Change the Channel to
Slow
- Click on the [ ✓ ] Button
- Let it generate the List of Files
- Download the following File:
MicrosoftCorporationII.WindowsSubsystemForAndroid_2205.40000.14.0_neutral_~_8wekyb3d8bbwe.msixbundle
Note: The Version may change with Time
- Install with a double Click or use PowerShell:
- Go to the Location where you have downloaded the WSA Bundle File
- Right click on the WSA File and select Copy as Path
- Now, search for Windows PowerShell in the Windows Search
- Launch PowerShell as Administrator
- Paste the following Code in the PowerShell Window:
Add-AppxPackage -Path
- Right after the -Path Text, press the Spacebar and paste the
Copy as Path
Text from earlier using Keyboard ShortcutCTRL + V
Example:
Add-AppxPackage -Path "C:\Users\User\Downloads\WSA\MicrosoftCorporationII.WindowsSubsystemForAndroid_2204.40000.19.0_neutral_~_8wekyb3d8bbwe.Msixbundle"
- Let the installation finish
- Once done, type Android in the Windows Search and you will see the Windows Subsystem for Android installed
- Enjoy Android on Windows