How to solve the problem of WIN11 Android subsystem WSA crash causing the application to be unable to be opened

In the recent Windows 11 operating system, Windows Subsystem for Android (WSA) was introduced, which allows users to run Android applications on Windows systems. However, sometimes you may encounter WSA crashes, resulting in the inability to open the application normally. This article will introduce some possible solutions to help you solve this problem.

Method 1: Restart the WSA service

  1. Open Command Prompt (CMD) or Windows PowerShell and run as administrator.
  2. Enter the following command to stop the WSA service:
    net stop wsa
    ```
    
  3. Wait for some time to ensure that the WSA service has completely stopped.
  4. Enter the following command to restart the WSA service:
    net start wsa
    
  5. Check whether the application can be opened normally.

Method 2: Clear WSA cache

  1. Open Command Prompt (CMD) or Windows PowerShell and run as administrator.
  2. Enter the following command to stop the WSA service:
    net stop wsa
    
  3. Enter the following command to clear the WSA cache:
    wsa remove
    
  4. Enter the following command to restart the WSA service:
    net start wsa
    
  5. Try opening the app and see if the issue is resolved.

Method 3: Upgrade or rollback the WSA version

  1. Open the Microsoft Store app.
  2. Enter "Windows Subsystem for Android" in the search bar.

Guess you like

Origin blog.csdn.net/XbpObjectivec/article/details/133282746