Right here’s find out how to sideload an APK file to put in the Android app in your Home windows 11 PC utilizing Home windows Subsystem for Android. You’ll be able to set up Home windows Subsystem for Android manually in your Home windows 11 PC utilizing its Msixbundle file from our information right here.
Step 1: Allow Developer mode in Home windows Subsystem
Set up Home windows Subsystem for Android first. When completed, open the ‘Home windows Subsystem for Android’ app in your PC. For this, press the Home windows key and seek for Home windows Subsystem for Android.
Click on Home windows Subsystem for Android. Or click on Open.
Within the Home windows Subsystem for Android, toggle on Developer mode.
Step 2: Set up SDK Platform Instruments
Go to Google’s SDK Platform Instruments web page right here.
Click on Obtain SDK Platform-Instruments for Home windows.
Scroll down all the best way and choose the checkbox to agree with the phrases and situations. Then click on the inexperienced button to obtain the Platform Instruments.
A zipper file referred to as platform-tools_r31.0.3-windows (model would possibly change) will likely be downloaded to your PC.
In your ease, create a brand new separate folder referred to as folder-for-apps in Home windows Explorer. Now, switch the platform-tools file to this folder.
Proper-click the platform-tools file and choose Extract all.
Click on Extract.
The file will likely be extracted. Open the folder referred to as platform instruments.
You should have the adb.exe and another recordsdata right here.
Associated: Learn how to Restart Home windows Explorer on Home windows 11 and What Occurs When You Do It
Step 3: Set up Android app
Double-click the platform-tools folder open it.
Right here, click on the deal with bar and sort cmd, after which hit the enter key.
A command window will open up with its location set to the platform-tools folder. That is necessary.
Now, we’ve the command immediate window within the folder the place we’ve the adb.exe file. That’s, our platform-tools folder.
Now, obtain the APK file of the Android app you wish to set up. For instance, if you wish to set up Snapchat, search Snapchat APK on Google and obtain its APK file from any dependable web site that you simply belief. Subsequent, rename the file to one thing easier like snapchat.apk. Now, switch snapchat.apk to the platform-tools folder.
We are able to now set up the Snapchat Android app utilizing snapchat.apk and adb in your PC.
Open the Home windows Subsystem for Android, and discover the IP the place it could possibly join with ADB beneath the Developer mode choice.
In your command immediate window, sort the command under and hit Enter:
adb.exe join (ip-address-here)
Instance: adb.exe join 127.0.0.1:12345
Now, sort the set up command given under after which hit Enter:
adb.exe set up (apk-file-name-here.apk)
Instance: adb.exe set up Snapchat.apk
The Android app will now be put in in your PC utilizing ADB and the APK file you supplied.
When completed, you will note the Success message.
You’ll be able to shut the CMD window now.
Now you can open the Android app in your PC.
Press the Home windows key after which sort the identify of your app. In our case, it’s Snapchat.
Right here is how Snapchat seems on Home windows 11.
That’s all.
Sideload APK routinely utilizing a double-click
We all know utilizing an adb command shouldn’t be the best approach to set up an Android app in your PC. Fortunately, now you can double-click an APK file to put in it. Test the hyperlink under to discover ways to set this up.
Learn: Learn how to Sideload APK on Home windows 11 Robotically With a Double-click
Tell us what’s your favourite technique to sideload APK recordsdata on PC.
RELATED