Site icon TechRechard

How to run any Android app in Windows 11

How to run any Android app in Windows 11

Let’s look at how to use Windows Subsystem for Android and Android Debugging Bridge (ADB) to install any standard Android app package (APK) in Windows 11. This guide will cover the complete process to help you run any Android app in Windows 11.

Microsoft is partnering with Amazon to implement the integration of the Amazon AppStore with the Microsoft Store. This means you can’t officially access the vast library of apps on the Google Play store. At the moment, not even all applications from the Amazon AppStore are available for testing. Insiders can only test Microsoft and Amazon’s approved 50 selected apps.

Fortunately, Microsoft immediately enabled debugging of the Windows Subsystem for Android. As a result, you can access and debug the Android virtual layer on the Windows 11 host system using the Android Debugging Bridge (ADB) tool. You can use ADB to install any standard Android app package (APK), including uploading to the subsystem of applications that are not available in the Amazon AppStore.

How to Install any Android App in Windows 11

Part 1: Install Windows Subsystem for Android on Windows 11

The Windows subsystem for Android is in beta testing. Applications approved by Microsoft and Amazon were likely further optimized for the subsystem, so they secured their places in the first batch. There is no guarantee that other applications will work correctly right away. The only way to test compatibility in practice is to run the application in the Windows Subsystem for Android.

Step 1: Enable Virtualization in Windows 11

Here is a complete guide that you can use: How to Enable Virtualization in Windows 11? Easy Guide – TechRechard

Step 2: Enable Virtual Machine Platform

Press Win+R and enter optionalfeatures and press Enter.

In the Windows Features window, enable “Virtual Machine Platform,” “Windows Hypervisor Platform,” and “Hyper-V.” Once completed, kindly restart your PC.

Step 3: Install Windows Subsystem for Android from Microsoft Store or Archive.

If you are from the U.S., you can use this direct link. Or, follow the steps below.

The first thing to do is download the latest MSIX package for Windows Subsystem for Android (Android 12.1) from the link here. Open the link and choose “ProductID” in the left drop-down menu. After that, paste 9P3395VX91NR in the text field and keep “RP” as it is. Now, click on the “Done” button on the right.

Scroll down below and download file named: MicrosoftCorporationII.WindowsSubsystemForAndroid_2204.40000.20.0_neutral_~_8wekyb3d8bbwe.msixbundle

Now, open Powershell as administrator.

Copy the path of the msibundle file you just downloaded.

On Powershell, type:

Add-AppxPackage -Path filepath

Part 2: Install any Android App in Windows 11

To download any Android app to Windows 11 for Android, follow these steps:

cd C:\platform-tools
adb connect 127.0.0.1:58526

or

adb connect IP-address

(Replace the IP address with your IP address from the previous step.)

adb install "spark.apk"
%LOCALAPPDATA%\Microsoft\WindowsApps\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe\WsaClient.exe /launch wsa://<PACKAGENAME>
%LOCALAPPDATA%\Microsoft\WindowsApps\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe\WsaClient.exe /launch wsa://com.readdle.spark
adb shell monkey -p <PACKAGENAME> 1
adb shell monkey -p com.readdle.spark 1

You’re done!

Conclusion:

I hope this guide on How to run any Android app in Windows 11 was easy. If you face any issues, please comment below.

Also, note that unofficial applications will have access to the network. Thus, you can install and use popular mobile browsers inside the Windows subsystem for Android, such as Firefox. Browsers can be used to download other applications. Windows 11 also allows you to apply firewall rules to Android apps. Although you can install an app that depends on Google Apps, it won’t start because it doesn’t exist. As a workaround, you can use microG.

Exit mobile version