WSA Installation

A simple guide to install WSA and sideload apks in WSA for non US users.

  • Download WSA .msixbundle from here
  • Open Windows Terminal Admin Win+X->Admin
  • Install .msixbundle using following command (change the path to the actual path):
Add-AppxPackage -Path "C:\path\to\wsa.msixbundle"

Done! Windows Subsytem for Android™ application should be now installed in your system.

To sideload Apks

  • Download the repository zip and extract it in your desired folder.
  • Turn on developer mode on in WSA. NOTE: WSA should be up and running in order to adb script to work.
  • Download ADB and platform-tools from here and extract it in the same directory. (WSA-SideLoad-Apks-main/)
  • To install apps just put them in same directory and then drag and drop on install-apk.bat.

Done! Your Android App is now installed.