Steps to directly install Android apps from APK files on Windows 11

So after the wait, Microsoft has also allowed Windows 11 users to experience the ability to run Android applications on this operating system.

Although it is only a Preview version, it also brings a great deal of excitement to loyal fans of the Windows operating system.

However, the fact that there are currently only more than 50 applications available in the Amazon Appstore does not seem to be able to meet the needs of all users. However, the fact that Windows 11 provides Windows Subsystem for Android is considered as a "way" for users to install (or understand as Sideload) the Android applications they need from the original APK file without having to use the original APK file. through the Amazon Appstore. So exactly how to exploit this path? Please refer to the following instructions.

Note: Currently only a Preview version, so Android applications Sideloaded from the original APK file will work unstable, readers need to consider before trying. This article will not reiterate the conditions for being able to install the Amazon Appstore.

How to directly install Android apps from APK files on Windows 11

Steps to directly install Android apps from APK files on Windows 11 Picture 1Steps to directly install Android apps from APK files on Windows 11 Picture 1

Step 1: Visit this address to install Windows Subsystem for Android or Amazon Appstore if you haven't installed it yet.

Steps to directly install Android apps from APK files on Windows 11 Picture 2Steps to directly install Android apps from APK files on Windows 11 Picture 2

Step 2: Start Windows Subsystem for Android from the Start Menu, then switch to ON in the Developer mode option.

Steps to directly install Android apps from APK files on Windows 11 Picture 3Steps to directly install Android apps from APK files on Windows 11 Picture 3

Step 3: Visit this address and download the latest version of SDK Platform Tools from Google.

Steps to directly install Android apps from APK files on Windows 11 Picture 4Steps to directly install Android apps from APK files on Windows 11 Picture 4

Proceed to decompress the packet after downloading

Steps to directly install Android apps from APK files on Windows 11 Picture 5Steps to directly install Android apps from APK files on Windows 11 Picture 5

Step 4: After decompressing the package, open the folder, type "cmd" in the address bar and press the ENTER key.

Steps to directly install Android apps from APK files on Windows 11 Picture 6Steps to directly install Android apps from APK files on Windows 11 Picture 6

The Command Prompt dialog box will appear, please keep it and go to the next step.

Steps to directly install Android apps from APK files on Windows 11 Picture 7Steps to directly install Android apps from APK files on Windows 11 Picture 7

Step 5: Open a web browser and visit APKMirror page, find the application you need and download its APK file.

Steps to directly install Android apps from APK files on Windows 11 Picture 8Steps to directly install Android apps from APK files on Windows 11 Picture 8

Move the APK file to the same folder as the SDK Platform Tools that you downloaded and uncompressed above.

Steps to directly install Android apps from APK files on Windows 11 Picture 9Steps to directly install Android apps from APK files on Windows 11 Picture 9

Step 6: Back to the Windows Subsystem for Android screen, note down the address that Developer mode provides. As shown, it has the form "127.0.0.1:58526".

Steps to directly install Android apps from APK files on Windows 11 Picture 10Steps to directly install Android apps from APK files on Windows 11 Picture 10

Switch to the Command Prompt window, enter the syntax "adb.exe connect_IP_address", with "IP_address" will be "127.0.0.1:58526". So we will have the complete command as shown, then press the ENTER key to execute.

Steps to directly install Android apps from APK files on Windows 11 Picture 11Steps to directly install Android apps from APK files on Windows 11 Picture 11

Step 7: Now to start Sideloading the APK file of the downloaded application, enter the command "adb.exe install_name_and_format_APK". With "APK_name and_format" being the name and format of the APK file you downloaded in Step 5.

Steps to directly install Android apps from APK files on Windows 11 Picture 12Steps to directly install Android apps from APK files on Windows 11 Picture 12

Wait a few seconds for Windows to install the application from your APK file. When it's done, you'll see it appear in the Start Menu, and you can launch it to use as a normal Android app.

Very simple, right? 

5 ★ | 1 Vote