Uninstalling WSA did not remove it from VS2022

Javier Jimenez-Gomez 0 Reputation points
2024-06-12T17:22:58.1766667+00:00

I had Windows Subsystem for Android installed on my PC but uninstalled it after hearing that Microsoft had dropped support for it. However, WSA still appears on the list of debug targets on Visual Studio 2022. I've tried several things to remove it from the list of debug targets in VS but to no avail. What do I need to do to remove WSA from the debug targets?

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,813 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Anna Xiu-MSFT 27,551 Reputation points Microsoft Vendor
    2024-06-13T03:47:01.79+00:00

    Hi @Javier Jimenez-Gomez

    Welcome to Microsoft Q&A! 

    Could you tell us how you uninstalled the Windows Subsystem for Android

    Please open Settings > Apps > Installed apps > search the “Windows Subsystem for Android” app > click on the 3 dots button from the right side > click on Uninstall > click on Uninstall again. 

    Or you can try the following command to uninstall it from Command Prompt:

    winget uninstall "Windows Subsystem for AndroidTM" 

    After these steps, please restart your PC and re-launch your VS to check it again. 

    Sincerely,

    Anna


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".  Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments