Windows 10: How to install Android apps on Windows 11

Discus and support How to install Android apps on Windows 11 in Windows 10 News to solve the problem; When Microsoft unveiled Windows 11, one thing that surprised users was support for Android apps. Up until now, the only way for users to run Android... Discussion in 'Windows 10 News' started by GHacks, Oct 25, 2021.

  1. GHacks
    GHacks New Member

    How to install Android apps on Windows 11


    When Microsoft unveiled Windows 11, one thing that surprised users was support for Android apps. Up until now, the only way for users to run Android apps in Windows, was to use third-party solutions such as the Bluestacks emulator.

    How to install Android apps on Windows 11 Windows-11-Android-apps-support.jpg

    Naturally, many users were eagerly anticipating the feature to arrive when the new operating system shipped, but it wasn't to be. There were delays in the development cycle, and support for mobile apps was pushed back, in order to focus on stabilizing the core functionality of the OS.

    A few days ago, Microsoft announced a new Windows 11 build for participants in the Insider Preview Program's Beta Channel. While that is good news, there are a couple of caveats here. For starters, it is only available in the US region. The second requirement is a US-based Amazon account, because that's what Windows 11 uses to download and install Android apps.

    If you are in the U.S., head to the Microsoft Store to download the Amazon AppStore app. For those not in the U.S., you're probably going to get an error that says "This app will not work on your device." The only workaround is to sideload apps on your computer. Before we do that, we need to install the Windows Subsystem for Android, i.e. WSA.

    This is going to be a long guide, take it piecemeal, and it will be easy to follow.

    How to install WSA on Windows 11


    1. Head to Adguard.net's Store app downloader.

    How to install Android apps on Windows 11 How-to-install-WSA-on-Windows-11.jpg

    2. Paste the link for the WSA app in the URL box.


    https://www.microsoft.com/store/productId/9P3395VX91NR

    3. Click the drop-down menu to the right (it says RP), and set it to the Slow Channel.

    4. Hit the check button, and the page will load a list of options.

    How to install Android apps on Windows 11 Download-the-WSA-MSIX-Bundle.jpg

    5. Scroll all the way to the bottom, and you will find the WSA MSIX Bundle, its size is 1.21GB. The name should appear like this: MicrosoftCorporationII.WindowsSubsystemForAndroid_1.7.32815.0_neutral_~_8wekyb3d8bbwe.msixbundle

    6. Use your download manager to capture the URL, or right-click on the URL and "Save link as" to fetch the download from Microsoft's server.

    7. Optionally rename the package to something simple. E.g. WSA.Msixbundle

    8. Open a PowerShell window as an administrator, and use the following command.


    Add-AppxPackage -Path C:\Enter_the_path\WSA.Msixbundle

    Replace Enter_the_path with the actual location of the file. E.g. Add-AppxPackage -Path C:\Users\Ashwin\Downloads\WSA.Msixbundle

    How to install Android apps on Windows 11 Installing-WSA-on-Windows-11.jpg

    9. Wait for the installation process to be completed. Once it is done, click the Start Menu and you will see Windows Subsystem for Android listed there, click it to launch the app.

    How to install Android apps on Windows 11 WSA-on-Windows-11.jpg

    10. Click the arrow button to the right of the Files option. It should open the following screen.

    How to install Android apps on Windows 11 Windows-Subsystem-for-Android-interface.jpg

    How to install Android apps on Windows 11 Unable-to-start-Windows-Subsystem-for-Android-error.jpg

    If it gives you an error that says "Unable to start Windows Subsystem for Android", you will need to enable the "Virtual Machine Platform" option, from Settings > Apps > Optional Features > More Windows Features. Reboot the computer and try running the app again.

    How to install Android apps on Windows 11 WSA-Windows-11-Virtual-Machine-Platform.jpg

    It will display a pop-up with a message that reads, "Starting Windows Subsystem for Android". A few seconds later, the app should open like this.

    How to install Android apps on Windows 11 Windows-Subsystem-for-Android-starting.jpg

    credit: u/Coxxs

    This will also install the Amazon Appstore app on your computer. If you have a US-based account, you can sign in to it and start using apps straight away.

    How to install Android apps on Windows 11 Amazon-AppStore-on-Windows-11.jpg

    For those who wish to download and install APKs, you can't just install APKs by double-clicking on them like a normal EXE. So, we will need to install ADB to sideload apps.

    How to install Android apps on Windows 11 Windows-Subsystem-for-Android-on-Windows-11.jpg

    Installing ADB on your Computer


    1. Go to Google's Android Developers website, and download the Android SDK Platform-Tools for Windows.

    2. It will result in a 12MB archive. Extract it to a folder that's easily accessible, like C:\ADB

    Note: I already ADB installed on my computer, for installing custom ROMs. This is the BAT tool I used, it installs ADB without a hassle.

    3. Open the WSA app, and toggle Developer Mode. It should read "ADB can be connected on 127.0.0.1:58526". That indicates ADB is working correctly.

    How to install Android apps on Windows 11 WSA-Windows-11-Developer-Mode.jpg

    How to install Android apps in Windows 11


    1. Open a command prompt window and type,


    adb connect 127.0.0.1:58526

    Now the window should say that it is already connected to the Local IP.

    Note: If it gives an error stating adb is an unrecognized command, you need to include the path of adb.exe. E.g. C:\ADB\adb.exe connect 127.0.0.1:58526. This is why I prefer installing ADB, it's simpler.



    2. Use the following command to install APKs in Windows 11.


    adb install APP_PATH_AND_NAME.APK

    Replace APP_PATH_AND_NAME with the path of the app's location and path. E.g. adb install C:\Users\Ashwin\Downloads\F-Droid.apk

    How to install Android apps on Windows 11 How-to-install-Android-apps-on-Windows-11.jpg

    3. Press enter, and the app should get installed. It will appear in the Start Menu, click on it and your Android app will open.

    How to install Android apps on Windows 11 Android-apps-on-Windows-11.jpg

    Here's a screenshot of the F-droid app running on my computer.

    How to install Android apps on Windows 11 Android-app-running-on-Windows-11.jpg

    Shortcut to install Android apps in Windows 11


    This is completely optional, but it can save you the manual effort of typing the app's name, path, etc.

    1. Open Notepad and paste the following code in it.


    echo off
    adb connect 127.0.0.1:58526
    adb install %1

    2. Save the document as a .BAT file.

    3. Download an Android app's APK on your PC, and drag it over the BAT file that you created. You should see the command prompt open, install the app and close.

    Do I need to be in the Windows 11 Insider Preview Program to install Android apps?


    No, it works in the stable release channel too.

    Can I install the Google Play Store on Windows?

    No, but you can use the open-source Aurora Store that's available on F-droid. It will download apps from the Play Store and install them for you.

    How to install Android apps on Windows 11 Aurora-Store-Android-apps.jpg

    Please be careful about where you are getting your APKs from, Android apps from third-party stores can be malicious. We have even seen malware on apps in the Play Store, so pay attention to it.

    Thank you for being a Ghacks reader. The post How to install Android apps on Windows 11 appeared first on gHacks Technology News.

    read more...
     
    GHacks, Oct 25, 2021
    #1
  2. farlex85 Win User

    Remote app for android

    I recently traded in my iphone for an android, and just realized that hippo remote is iphone only. I'm looking for a similar app for android so I can use it as a remote for my htpc. Any suggestions?
     
    farlex85, Oct 25, 2021
    #2
  3. windows xp installation and dual core am

    could someone please list the steps they follow to install windows with a dual core processor and windows xp service pack to. I'm reletively new to amd dual core and i feel i'm missing a step. All help will be appreciated. thanx
     
    exodusprime1337, Oct 25, 2021
    #3
  4. How to install Android apps on Windows 11

    Troubleshooting Android 6 screencast to Windows 10

    If the Connect app isn't working, try another one. Here is a site with a few suggestions; it also has app descriptions and step-by-step instructions for installation and use. The downloads are also linked on the site.

    Suggested ways to cast Android to PC
     
    FredSavage187, Oct 25, 2021
    #4
Thema:

How to install Android apps on Windows 11

Loading...
  1. How to install Android apps on Windows 11 - Similar Threads - install Android apps

  2. windows 11 app for android

    in Windows 10 Software and Apps
    windows 11 app for android: The Microsoft 365 App for Android is pretty limited. Will Microsoft develope a windows 11 App for Android?My Samsung phone has as much capacity and capability as my Surface and with the use of DeX could this be an option?This would be useful for those on the move who use a...
  3. windows 11 app for android

    in Windows 10 Gaming
    windows 11 app for android: The Microsoft 365 App for Android is pretty limited. Will Microsoft develope a windows 11 App for Android?My Samsung phone has as much capacity and capability as my Surface and with the use of DeX could this be an option?This would be useful for those on the move who use a...
  4. how to install android apps

    in Windows 10 Customization
    how to install android apps: how to install an android apps in asus vivobook laptop https://answers.microsoft.com/en-us/windows/forum/all/how-to-install-android-apps/23271762-bbae-4765-a0db-28f8868a8c0c
  5. how to install android apps

    in Windows 10 Gaming
    how to install android apps: how to install an android apps in asus vivobook laptop https://answers.microsoft.com/en-us/windows/forum/all/how-to-install-android-apps/23271762-bbae-4765-a0db-28f8868a8c0c
  6. how to install android apps

    in Windows 10 Software and Apps
    how to install android apps: how to install an android apps in asus vivobook laptop https://answers.microsoft.com/en-us/windows/forum/all/how-to-install-android-apps/23271762-bbae-4765-a0db-28f8868a8c0c
  7. Android App Install In Windows 11

    in Windows 10 Gaming
    Android App Install In Windows 11: How to install Android apps on Windows 11. https://answers.microsoft.com/en-us/windows/forum/all/android-app-install-in-windows-11/c3e2acc5-667a-41a0-857c-01cde620b762
  8. Android App Install In Windows 11

    in Windows 10 Software and Apps
    Android App Install In Windows 11: How to install Android apps on Windows 11. https://answers.microsoft.com/en-us/windows/forum/all/android-app-install-in-windows-11/c3e2acc5-667a-41a0-857c-01cde620b762
  9. Android apps on Windows 11

    in Windows 10 Gaming
    Android apps on Windows 11: I've recently updated my OS to windows 11 pro and wondered if Microsoft has presented the android support feature in the initial stable version. Couldn't find out much out of a web search either, except that the only supportable android apps will be the ones downloaded from...
  10. Android apps on Windows 11

    in Windows 10 Software and Apps
    Android apps on Windows 11: I've recently updated my OS to windows 11 pro and wondered if Microsoft has presented the android support feature in the initial stable version. Couldn't find out much out of a web search either, except that the only supportable android apps will be the ones downloaded from...