Table of Contents
This guide is about Guide: Sideload Android apps using WSA on Windows 11 PC. So read this free guide, Guide: Sideload Android apps using WSA on Windows 11 PC step by step. If you have query related to same article you may contact us.
Guide: Sideload Android apps using WSA on Windows 11 PC – Guide
With Windows 11, you can download just about any Android app to your computer, and this one guide will tell you how. The ability to install and run Android apps is available to testers with devices registered in the Windows Insider Program beta channel through the Windows Subsystem for Android (WSA) and the Amazon store. However, it is also possible to sideload Android APK apps (such as Gmail, Twitter, and virtually any app) using a special third-party tool called the ADB (Android Debug Bridge) installer.
The process of running Android apps on Windows 11 requires that the WSA platform is already installed on the computer. If you haven’t installed it yet, please follow these instructions first and then continue with the steps below.
How to sideloading Android apps using WSA on Windows 11
To sideload Android apps using WSA on Windows 11, follow these steps:
Download APK file
It’s the first step you need to take. You need to have the APK file in the Android app you want to install or load with WSA. There are several websites from which you can download the app’s apk file to your computer. For example apkpure.com, apkmirror.com, etc. are some of the best sites out there.
However, do not download pirated copies of a paid app. As a result, you might have some problems.
Download SDK Platform Tools
According to an official statement, Android SDK-Platform Tools is the component of Android SDK. In that case, you will need to download platform tools to run the ADB command needed to sideload applications on Windows 11 using the Windows subsystem for Android. Visit developer.android.com and click the Download SDK Platform Tools for Windows link.
Then accept their terms and conditions and start downloading Platform Tools to your computer. Once this is done, extract the zipped file and place the platform tools folder somewhere safe.
Enable developer mode in WSA
It is one of the essential steps in this process. Without enabling Developer mode, you cannot sideload applications in Windows 11. To enable Developer mode in WSA, follow these steps:
However, if it is already enabled, you can skip this step.
copy IP address
Whenever you open the Windows Subsystem app for Android on your computer, it displays an IP address for later connection. You need to copy this IP address to your clipboard. To do this, do the following:
However, if you cannot find the IP address and it shows an Unavailable message instead, you need to click the Files option and click the Update button button. Then you can find the IP address on the IP address label. Once this is done, you can click the Copy button. button.
Open Windows Terminal in the platform tools folder
You need to open Windows Terminal in the Platform-Tools folder and make sure the Command Prompt instance is open. To do this, double-click on the Platform Tools folder that you extracted in the second step of this tutorial. Once it opens, right-click on an empty area and choose the Open in Windows Terminal option.
If it opens Windows PowerShell, you can click the arrow icon in the title bar and select the Command Prompt option. Then you only need to navigate to the platform’s tools folder if you haven’t already. For this you can use the following command:
CD [platform-tools-folder-path]
Connect to IP and install the app
Now you need to connect to the host computer IP. To do this, type the following command:
adb connect [IP]
Don’t forget to replace the [IP] with the original IP address that you copied earlier from the WSA window. After entering this command, it should show a success message. Then you need to copy the APK file path. To do this, right-click on the APK file you downloaded in the first step of this tutorial and select the Copy as path option.
Then type the following command:
adb install [apk-file-path]
Once this is done, you can find the app in the start menu.
Final note
I hope you like the guide Guide: Sideload Android apps using WSA on Windows 11 PC. In case if you have any query regards this article you may ask us. Also, please share your love by sharing this article with your friends.