Singing Hatsune Miku
Ainyaku.com

Installing Android APKs on Windows 11

Note: Microsoft has announced that the Windows Subsystem for Android™️ will no longer be supported as of March 5th 2025. According to Microsoft, Android apps installed before this date will still work, but you will not be able to install new apps after WSA is discontinued. Because of this, I recommend installing the Aurora Store using this tutorial before March 5th 2025 so you can keep using it after the discontinuation.

With Windows 11 came the introduction of the Windows Subsystem for Android™, which allows you to install Android apps to your PC using the Amazon Appstore. The only issue with this is that the Amazon Appstore is very limited and doesn’t offer many apps, but there is a simple solution. Installing APKs lets you install any app you want, including a better appstore like the Aurora Store, which lets you download any app that is already on the Play Store.

First Time Setup

  1. Install the Amazon Appstore to your PC and follow the instructions.

  2. Download and extract AndroidAutoInstall.zip to a folder on your PC.

    Note: You may see a message saying AndroidAutoinstall.zip is not commonly downloaded and may be dangerous. Just click on the down arrow and click Keep, and you can even view the contents of the zip file yourself if you really don’t believe that it is perfectly safe.

  3. Search for Windows Subsystem for Android™ in the Windows search bar and open it, click on the Advanced settings tab, then turn on Developer mode.

    image

    Note: When you install an APK for the first time ever, you will see an error that says adb.exe: device unauthorized. See Common Error A to fix this.

Installing an APK

  1. Make sure an existing Android app (like the Amazon Appstore) is currently open or was recently opened.

  2. Open the APK you’d like to install with the Install APK.bat file from inside the .zip folder (set it as default so you can just double click on the APK next time).

    Note: You may see a message saying Windows protected your PC. Just click More info and then Run anyway, and you can even view the contents of the zip file yourself if you really don’t believe that it is perfectly safe.

    Screenshot 2022-04-17 002707Screenshot 2022-04-17 002740

  3. If the installer says “Success”, just search for the name of the app you just installed in the search bar in Windows and open it.

    Note: You can reinstall an app that’s already installed, or even currently open if you want to update it.

Common Errors

Error A

adb.exe: device unauthorized.

Sometimes (especially if it’s the first time installing an APK) you may have to try again with an Android app currently open, then switch to the window with the Android app open and accept a dialogue that says Allow ADB debugging? and click Always allow from this computer.

Screenshot 2023-02-08 220924 - Copy

Error B

cannot connect to 127.0.0.1:58526: No connection could be made because the target machine actively refused it. (10061). adb.exe: device offline

Try opening an existing Android app (like the Amazon Appstore) again as you may not have opened an Android app recently enough.

Error C

adb: failed to install PATH OF APK : Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE: Existing package PACKAGE NAME signatures do not match newer version; ignoring!]

Try uninstalling the app you’re trying to update, then reinstall again.

Other

If none of the above solves your issue, try restarting your computer, opening an existing Android app, and trying again.