Sideloading APKs onto WSA via ADB

2026-03-17·4 min read
#wsa#sideload#adb#apk
Google AdSense
AD
Advertisement

Enable Developer Mode

Open the WSA settings app from the Start Menu and toggle 'Developer mode'. Note the IP and port shown (usually 127.0.0.1:58526).

Connect ADB

adb connect 127.0.0.1:58526

Install the APK

adb install path\to\app.apk
WSA Installer automates ADB authorization during Play Store patching, so you rarely need these commands — but they're the fallback for any APK.

When Sideloading Is Best

  • Apps not on the Play Store or Amazon
  • Beta/test APKs from developers
  • Region-locked apps you sideload from a different source
  • After a GApps break, to install Aurora Store itself
Google AdSense
AD
Advertisement
Google AdSense
AD
Advertisement
Google AdSense
AD
Advertisement
Loading video...

WSA Installer Guide

AT Tech Zone - Step-by-step WSA installation guide

Subscribe for more WSA tutorials and guides.

Subscribe