Running any Android apps on Windows 11 - The Entrepreneurial Way with A.I.

Breaking

Saturday, October 23, 2021

Running any Android apps on Windows 11

#Tech

You're not limited to the Amazon Appstore. You can sideload Android apps from virtually any source, and in this guide, we'll show you how on Windows 11.

Microsoft has released the first preview of the Windows Subsystem for Android (WSA) that finally brings support for Android apps to Windows 11. Although the company has decided to collaborate with Amazon to download the apps using the Amazon Appstore, it's possible to sideload Android apps.

The new platform is currently available for computers using "United States" as the region, are enrolled in the Beta Channel of the Windows Insider Program, and meet the memory, processor, virtualization, and build of Windows 11 requirements. You will also need a United States-based Amazon account to use the Amazon Appstore.

Since the Amazon Appstore only offers a limited number of apps, and not everyone has an Amazon account or an account based in the U.S., you can use the Android Debugging Bridge (ADB) tools to install apps from any source, using the ".apk" file.

In this Windows 11 guide, we will walk you through the steps to sideload Android apps on your PC.

How to install WSA on Windows 11

To sideload Android apps, you first need to confirm that your device meets the minimum requirements, and then you need to install the Windows Subsystem for Android, which you can do by installing the Amazon Appstore.

System requirements

These are the additional system requirements for running Android apps on Windows 11:

  • Memory: 8GB or 16GB (recommended).
  • Processor: Intel Core i3 8th Gen, AMD Ryzen 3000, Qualcomm Snapdragon 8c, or better.
  • Storage: Solid-State Drive (SSD).
  • Microsoft Store app: Version 22110.1402.6.0 or higher.
  • Windows 11: Build 22000.xxx or higher.
  • Windows Insider Program: Beta Channel.

Check system requirements

To check the system requirements, use these steps:

  1. Open Settings.
  2. Click on System.
  3. Click the About page on the right side.
  4. Under the "Device specifications" section, confirm the RAM and CPU requirements.

  5. Under the "Windows specifications" section, confirm the build number is equal to or higher than 22000.xxx.
  6. Click on System.
  7. Click the Storage page on the right side.
  8. Under the "Storage management" section, select the Advanced storage settings option.
  9. Click the Disk & volume setting.

  10. Select the main drive.
  11. Confirm the media type is SSD. If it's "HDD," you won't be able to install WSA.

Once you complete the steps, you can enroll your computer in the Beta Channel of the Windows Insider Program.

Join the Windows Insider Program

Since the support for Android apps is only available in preview, you need to have a device enrolled in the Beta Channel of the Windows Insider Program.

If your computer isn't already in the Beta Channel, use these steps:

  1. Open Settings.
  2. Click on Windows Update.
  3. Click the Windows Insider Program page on the right side.
  4. Click the Get Started button.

  5. Click the Link an account.

  6. Confirm your Microsoft account.
  7. Click the Continue button.
  8. Select the Beta Channel (Recommended) option.

  9. Click the Continue button.

  10. Click the Restart now button.

After you complete the steps, you want to check for updates to prevent problems during the installation of the new feature since it requires the latest bits of Windows and Microsoft Store.

Check for Windows 11 updates

To download the latest updates, use these steps:

  1. Open Settings.
  2. Click on Windows Update.
  3. Click the Check for updates button.

Once you complete the steps, restart the computer to apply any pending updates.

Check for Microsoft Store update

If you want to install the Amazon Appstore app, the device must be using the Microsoft Store app version 22110.1402.6.0 or higher.

You can use these steps to update the store and check the current version:

  1. Open Microsoft Store app.
  2. Click on Library.
  3. Click the Get updates button.

  4. Click the Profile menu and select the App settings option.
  5. Confirm the version is equal to or higher than 22110.1402.6.0.

After you complete the steps, you can proceed to enable the virtualization features on the motherboard and Windows 11.

Enable virtualization

The Android apps support requires a computer with virtualization enabled at the hardware and software level. Since each computer is different, you may want to check your manufacturer support website for the specific steps to check and enable virtualization in the UEFI firmware of the motherboard. If you have a device with modern hardware, this feature may already be enabled. Once you confirm that virtualization is enabled on the computer, you can turn on the Virtual Machine Platform on Windows 11.

To enable the Virtual Machine Platform feature, use these steps:

  1. Open Start.
  2. Search for Turn Windows features on or off and click the top result to open the experience.
  3. Check the Virtual Machine Platform option.

  4. Click the OK button.
  5. Click the Restart button.

Once you complete the steps, you can proceed to install the Windows Subsystem for Android and the Amazon Appstore.

Install Amazon Appstore and WSA

To install the Amazon Appstore with WSA, use these steps:

  1. Open the Amazon Appstore page.
  2. Click the Install button.

  3. Click the Set up button.

  4. Click the Download button.

  5. Click the Next button.
  6. Click the Restart button.

After you complete the steps, you can finally proceed to sideload Android apps on Windows 11.

How to sideload Android apps on Windows 11

The process to install and run Android apps has three steps. First, you need to set up the Android Debugging Bridge (ADB) tools to connect and install the apps. Then you need to provide the .apk file to install the application. Third, you need to use the ADB command to stream and install the package to the Windows Subsystem for Android virtual machine.

Set up Android Debugging Bridge

To set up the ADB tools, use these steps:

  1. Open Android developer website.
  2. Under the "Downloads" section, click the Download SDK Platform-Tools for Windows link.

  3. Check the option to accept the terms.
  4. Click the Downloads section, click the Download Android SDK Platform-Tools for Windows button.

  5. Saver the platform-tools zip to the computer.
  6. Open the recently downloaded zip folder.
  7. Click the Extract all button.

  8. Click the Browse button.

  9. Select the extraction destination.
  10. Click the Extract button.
  11. Open the platform-tools folder.
  12. Select and copy the path from the address bar.

Once you complete the steps, you need to download the Android app file you want to install on Windows 11.

Download Android apps

You will need to provide the ".apk" file to install the app you want through the Windows Subsystem for Android outside the Amazon Appstore.

Once you get the Android APK file from your favorite trusted repository, make sure to save it inside the platform-tools folder.

Sideload Android apps on Windows 11

To install Android apps outside the Amazon Appstore on Windows 11, use these steps:

  1. Open Start.
  2. Search for Windows Subsystem for Android and click the top result to open the platform.
  3. Turn on the Developer mode toggle switch.

  4. Click the Copy button from the IP address setting.

    Quick tip: If the address is unknown, click the Manage developer settings option to spin WSA in the Developer mode setting and click the Refresh button in the IP address setting.

  5. Open Start.
  6. Search for Command Prompt, right-click the top result, and select the Run as administrator option.
  7. Type the following command to navigate to the platform-tools folder and press Enter:

    cd C:\PATH\TO\platform-tools

    In the command, change the path of the location where you extracted the files.

    For example, this command open the tool's location inside the "Downloads" folder:

    cd C:\Users\yourusername\Downloads\platform-tools_r31.0.3-windows\platform-tools

  8. Type the following command to connect to the WSA instance and press Enter:

    adb connect WSA-IP-ADDRESS

    In the command, replace "WSA-IP-ADDRESS" with the actual IP address of the Windows Subsystem for Android.

    For example, this command connects using the 172.17.114.137 address:

    adb connect 172.17.114.137

  9. Type the following command to install the Android app and press Enter:

    adb install ANDROID-APK-APPNAME

    In the command, replace "ANDROID-APK-APPNAME" with the actual .apk package name.

    For example, this command installs the package called apple-music-app.apk located in the platform-tools folder:

    adb install apple-music-app.apk

After you complete the steps, the app will install, and you can then find it and run it from the Start menu like any other native app on Windows.

More Windows resources

For more helpful articles, coverage, and answers to common questions about Windows 10 and Windows 11, visit the following resources:



via https://AiUpNow.com October 22, 2021 at 03:03PM by Mauro Huculak, Khareem Sudlow,