Microsoft has released the first preview version of the Windows Subsystem for Android for Windows 11 Insiders, and one of the more interesting features is that you can sideload Android apps.
The Windows Subsystem for Android is a new feature of Windows 11 that allows you to run native Android apps directly from the desktop in a virtualized environment.
These apps will have graphics support, audio, and even network access, allowing you to play multiplayer games online.
To install Android apps, Microsoft has partnered with Amazon to create the Amazon Appstore, which currently contains 50 curated apps.
However, the Windows Subsystem for Android also allows you to sideload apps using the Android Debug Bridge (adb), theoretically allowing you to install any app you wish.
How to sideload apps in Windows Subsystem for Android
While the apps available in the Amazon Appstore have been curated by Microsoft to make sure they are bug-free and work well with the new Android feature, many other apps will work as well.
The good news is that you can use sites like APKPure or APKMirror to download APKs and sideload them using ADB.
To sideload an Android app in the Windows Subsystem for Android (WSA), please follow these steps:
- Download the Android app you want from APKPure or APKMirror.
- Download the Android SDK Platform-Tools for Windows and extract it to your hard drive.
- Click on the Start menu and type Android. When the Windows Subsystem for Android search result is displayed, click on it, as shown in the image below.
- The Windows Subsystem for Android settings screen will now open. Scroll down and enable ‘Developer mode‘ and then click on the ‘Copy‘ button in the IP address field. If you do not see an IP address, click Refresh and try again.
If you are still cannot see an IP address, open the ‘Files‘ option at the top of the Settings to make sure the subsystem is enabled.
- Open a command prompt and CD to the folder you extracted the platform tools. For example, if you extracted the tools to C:Platform-tools, you would enter
cd c:platform-tools
and press enter. - You will now be in the folder containing the Android SDK platform tools. Enter the command
adb connect ipaddress
, where the IP address is the one you copied in step 4.For example, to connect to the WSA running on my computer, you would enter
adb connect 172.30.204.180
. If you see an error about it not being authenticated, ignore the message. - Now you want to install the APK using the
adb install apk
command. For example, if your APK is named ‘com.innersloth.spacemafia_2021.6.30-967_minAPI23(arm64-v8a,armeabi-v7a)(nodpi)_apkmirror.com.apk’ and was saved in the Downloads folder, you would type:adb install %UserProfile%downloadscom.innersloth.spacemafia_2021.6.30-967_minAPI23(arm64-v8a,armeabi-v7a)(nodpi)_apkmirror.com.apk
- When you are done sideloading your apps, you will find them listed in your Start Menu.
- You can now close the command prompt.
To launch your sideloaded apps, simply click on them from the Start Menu. Like apps installed through the Amazon Appstore, sideloaded apps will have network access and sound.
At this time, not all sideloaded apps will work in WSA yet, so you may experience blank screens when you attempt to launch an app.
Also, while it is possible to install the Google Play Store app on WSA, it will crash if you attempt to run it. Therefore, you will not be able to use any apps that rely on Google services.
There are also many malicious Android apps floating around the Internet, so be careful of what you install as it is not clear what access Android apps have to the rest of the Windows environment.
BleepingComputer has reached out to Microsoft with questions about sideloading apps but has not heard back at this time.
Source: www.bleepingcomputer.com