By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
10alert.com10alert.com
  • Threats
    • WordPress ThreatsDanger
    Threats
    A cyber or cybersecurity threat is a malicious act that seeks to damage data, steal data, or disrupt digital life in general. Cyber threats include…
    Show More
    Top News
    CryptoLocker is Bad News
    8 months ago
    Debunking the myths of malware and antivirus programs
    8 months ago
    Security Week 38: Cisco routers under attack, bug in AirDrop, CoinVault cryptohawkers aressted
    8 months ago
    Latest News
    Safeguards against firmware signed with stolen MSI keys
    2 days ago
    WPDeveloper Addresses Privilege Escalation Vulnerability in ReviewX WordPress Plugin
    2 days ago
    Wordfence Intelligence Weekly WordPress Vulnerability Report (May 15, 2023 to May 21, 2023)
    1 week ago
    Wordfence Firewall Blocks Bizarre Large-Scale XSS Campaign
    1 week ago
  • Fix
    Fix
    Troubleshooting guide you need when errors, bugs or technical glitches might ruin your digital experience.
    Show More
    Top News
    Surface Pro 4 teardown: Get a closer look at the components
    8 months ago
    How to reset Windows Update components on Windows 10
    8 months ago
    Windows 11 build 22610 with new changes in Dev and Beta Channels
    8 months ago
    Latest News
    How automatically delete unused files from my Downloads folder?
    4 months ago
    Now you can speed up any video in your browser
    4 months ago
    How to restore access to a file after EFS or view it on another computer?
    4 months ago
    18 Proven Tips to Speed Up Your WordPress Site and Improve SEO | 2023 Guide
    5 months ago
  • How To
    How ToShow More
    What is two-factor authentication | Kaspersky official blog
    3 days ago
    Acer refreshes Windows 11 PCs for work and play: Swift Edge 16 and Predator Triton 16
    5 days ago
    NVIDIA GeForce RTX 4080 New Mercury Editions of Razer Blade 16 and Blade 18 now available
    5 days ago
    How Oxy uses hooks for maximum extensibility
    How Oxy uses hooks for maximum extensibility
    6 days ago
    The personal threat landscape: securing yourself smartly
    6 days ago
  • News
    News
    This category of resources includes the latest technology news and updates, covering a wide range of topics and innovations in the tech industry. From new…
    Show More
    Top News
    Extract device boot animation
    8 months ago
    URL spoofing in Xiaomi browsers
    8 months ago
    How to remotely protect data from a stolen or lost laptop on Windows 10?
    8 months ago
    Latest News
    How to create virtual drive (VHD, VHDX, Dev Drive) on Windows 11
    3 days ago
    How to enable Taskbar End Task option to close apps on Windows 11
    3 days ago
    How to check USB4 devices specs from Settings on Windows 11
    3 days ago
    How to enable new header UI for File Explorer on Windows 11
    1 week ago
  • Glossary
  • My Bookmarks
Reading: How to install Android apps on Windows 11
Share
Notification Show More
Aa
Aa
10alert.com10alert.com
  • Threats
  • Fix
  • How To
  • News
  • Glossary
  • My Bookmarks
  • Threats
    • WordPress ThreatsDanger
  • Fix
  • How To
  • News
  • Glossary
  • My Bookmarks
Follow US
News

How to install Android apps on Windows 11

Tom Grant
Last updated: 27 March
Tom Grant 2 months ago
Share
5 Min Read
  • To install Android apps on Windows 11, open and sign in to “Amazon Appstore,” select the app, and click “Install.”
  • To sideload Android apps on Windows 11, download and install the “ADB Installer,” enable WSA developer mode, and use the “adb install” command from Command Prompt.

After setting up the Windows Subsystem for Android (WSA), you can install Android apps on Windows 11 from the Amazon Appstore. If you no longer have use for a particular app, the integration also makes it easy to uninstall any Android app you have installed, whether it’s one from the Amazon Appstore or sideload from any source.

Contents
Install Android apps on Windows 11Sideload Android apps on Windows 11Uninstall Android apps on Windows 11

If you don’t have the platform already configured on your computer, you can use these instructions to install WSA, and then you can continue with these instructions to install Android apps on Windows 11.

In this guide, you will learn the steps to add and remove apps from the Amazon Appstore on Windows 11.

  • Install Android apps on Windows 11
  • Sideload Android apps on Windows 11
  • Uninstall Android apps on Windows 11

Install Android apps on Windows 11

To install an Android app on Windows 11, use these steps:

  1. Open Start on Windows 11.

  2. Search for Amazon Appstore and click the top result to open the app.

  3. Sign in with Amazon (U.S.-based) account.

  4. Search and select the app.

  5. Click the Install button to install the Android app.

Once you complete the steps, you can open the Android app from the Start menu. If the app isn’t available through the Appstore, you can sideload them with the instructions below.

Sideload Android apps on Windows 11

To sideload Android apps on Windows 11, use these steps:

  1. Open the ADB Installer webpage.

  2. Under the “ADB and fastboot” section, click the Download button.

  3. Save the zip file on the computer.

  4. Double-click the platform-tools zip folder.

  5. Click the Extract all button from the command bar.

  6. Select the location to extract the files that allow sideloading of Android apps.

  7. Click the Extract button.

  8. Open Start.

  9. Search for Windows Subsystem for Android and click the top result to open the app settings.

  10. Click on Developer.

  11. Turn on the Developer mode toggle switch.

  12. Click the “Manage developer settings” option to start WSA on Windows 11 (if applicable).

  13. Click the IP address of the “Windows Subsystem for Android” virtual machine to the clipboard.

  14. Open Start.

  15. Search for Command Prompt, right-click the top result, and select the Run as administrator option.

  16. Type the following command to navigate to the platform-tools folder and press Enter:

    cd C:platform-tools

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

  17. Type the following command to connect to the Windows Subsystem for Android app and press Enter:

    adb connect 127.0.0.1:58526

    In the command, change the IP address corresponding to your WSA instance.

  18. Type the following command to “sideload the Android app on Windows 11” and press Enter:

    adb install gmail.apk

    In the command, specify the name of the “apk” package you downloaded from another source and want to install on Windows 11. Also, the .apk file should be stored in the “platform-tools” folder to work.

After you complete the steps, the app will install on Windows 11.

Although you can sideload any app apps, the Windows Subsystem for Android won’t allow you to run apps that require Google Play Services, such as Gmail, Google Maps, and others, because it’s not supported.

Uninstall Android apps on Windows 11

To uninstall an Android app from your computer, use these steps:

  1. Open Settings.

  2. Click on Apps.

  3. Click the Apps & features page from the right side.

  4. Select the Android app.

  5. Click the menu (three-dotted) button on the right and select the Uninstall button.

Alternatively, you can also right-click the app from the Start menu and select the Uninstall button.


Source: Pureinfotech

Translate this article

TAGGED: Networking, Windows
Tom Grant March 27, 2023 March 27, 2023
Share this Article
Facebook Twitter Reddit Telegram Email Copy Link Print

STAY CONECTED

24.8k Followers Like
253.9k Followers Follow
33.7k Subscribers Subscribe
124.8k Members Follow

LAST 10 ALERT

Safeguards against firmware signed with stolen MSI keys
Threats 2 days ago
WPDeveloper Addresses Privilege Escalation Vulnerability in ReviewX WordPress Plugin
WPDeveloper Addresses Privilege Escalation Vulnerability in ReviewX WordPress Plugin
Wordpress Threats 2 days ago
How to create virtual drive (VHD, VHDX, Dev Drive) on Windows 11
News 3 days ago
How to enable Taskbar End Task option to close apps on Windows 11
News 3 days ago
How to check USB4 devices specs from Settings on Windows 11
News 3 days ago

Recent Posts

  • Safeguards against firmware signed with stolen MSI keys
  • WPDeveloper Addresses Privilege Escalation Vulnerability in ReviewX WordPress Plugin
  • How to create virtual drive (VHD, VHDX, Dev Drive) on Windows 11
  • How to enable Taskbar End Task option to close apps on Windows 11
  • How to check USB4 devices specs from Settings on Windows 11

You Might Also Like

Threats

Safeguards against firmware signed with stolen MSI keys

2 days ago
News

How to create virtual drive (VHD, VHDX, Dev Drive) on Windows 11

3 days ago
News

How to enable Taskbar End Task option to close apps on Windows 11

3 days ago
News

How to check USB4 devices specs from Settings on Windows 11

3 days ago
Show More

Related stories

How to Use Cloudflare to Secure Your WordPress Site
How To Starting Chrome from the command line
How to fix error 0x80070057 in Chrome?
Windows 10 How To Disable Slide to Shutdown
Windows search not working (FIX)
How to watch movies and TV series for free on Kinopoisk?
Previous Next

10 New Stories

What is two-factor authentication | Kaspersky official blog
Acer refreshes Windows 11 PCs for work and play: Swift Edge 16 and Predator Triton 16
NVIDIA GeForce RTX 4080 New Mercury Editions of Razer Blade 16 and Blade 18 now available
How Oxy uses hooks for maximum extensibility
The personal threat landscape: securing yourself smartly
Wordfence Intelligence Weekly WordPress Vulnerability Report (May 15, 2023 to May 21, 2023)
Previous Next
Hot News
Safeguards against firmware signed with stolen MSI keys
WPDeveloper Addresses Privilege Escalation Vulnerability in ReviewX WordPress Plugin
How to create virtual drive (VHD, VHDX, Dev Drive) on Windows 11
How to enable Taskbar End Task option to close apps on Windows 11
How to check USB4 devices specs from Settings on Windows 11
10alert.com10alert.com
Follow US

© 10 Alert Network. All Rights Reserved.

  • Privacy Policy
  • Contact
  • Customize Interests
  • My Bookmarks
  • Glossary
Go to mobile version
adbanner
AdBlock Detected
Our site is an advertising supported site. Please whitelist to support our site.
Okay, I'll Whitelist
Welcome Back!

Sign in to your account

Lost your password?