# (Deprecated) Run on Windows Subsystem for Android

## Intro

{% hint style="danger" %}
Deprecated. Microsoft ended WSA support on March 5, 2025. This setup method is no longer supported. Use the Ubuntu Desktop guide instead — link below.

<https://coinsdo.gitbook.io/docs/general/run-on-ubuntu-desktop-environment>
{% endhint %}

This guide advises on an alternative deemed the most stable and thoroughly tested by CoinsDo, for running CoinGet/CoinSend on an emulator. It doesn't imply that this is the sole method for running CoinGet/CoinSend on a desktop environment; you can still opt for other Android emulators you prefer.

## System requirements

* OS: Windows 11 version 22000.0 or higher
* Architecture: x64, Arm64
* Memory: 8GB (Minimum), 16GB (Recommended)
* Processor: Intel® Core™ i3 8th Generation, AMD Ryzen™ 3000, Qualcomm® Snapdragon™ 8c, or above
* SSD Storage Space: 256GB or above

## Setting up Windows environment

1. Go to **Settings** > **Optional Features** > **More Windows Features**.<br>

   <figure><img src="/files/a5qupumTAID9MsxmZyEb" alt=""><figcaption></figcaption></figure>
2. In the popup, check **Virtual Machine Platform** and click **OK**.<br>

   <figure><img src="/files/6ZozleIEdTd7SgGt6DA0" alt=""><figcaption></figcaption></figure>

## Installing Windows Subsystem for Android (WSA)

There are two ways to install WSA:

### A. Amazon Appstore

**Reference**\
<https://learn.microsoft.com/en-us/windows/android/wsa/#install-the-amazon-appstore>

1. Install [Amazon Appstore](https://apps.microsoft.com/detail/9NJHK44TTKSX?hl=en-us\&gl=US) from the Microsoft Store, and it will automatically install Windows Subsystem from Android in the background.<br>

   <figure><img src="/files/myXTlqcWkIvdSU6jwtxC" alt=""><figcaption></figcaption></figure>

### B. Offline package

**Reference**\
<https://pureinfotech.com/install-windows-subsystem-android-wsa-windows-11/>

1. Go to <https://store.rg-adguard.net/>
2. Select **ProductId** under the left dropdown, paste **9p3395vx91nr** into the text field, choose **Slow** on the right dropdown, and click the **Tick** button.<br>

   <figure><img src="/files/Wq2zPpqM3aWcDRIqXSly" alt=""><figcaption></figcaption></figure>
3. Look for the package name with the pattern as such, always make sure it ends with **.msixbundle,** and download the **latest version**.\
   \
   **MicrosoftCorporationII.WindowsSubsystemForAndroid\_XXXX.40000.XX.X\_neutral\_\~\_8wekyb3d8bbwe.msixbundle** <br>

   <figure><img src="/files/T2Bvlw8Wt4fQI2Wi6r4i" alt=""><figcaption></figcaption></figure>
4. Run the downloaded file, and follow the steps to finish the installation.

## Setting up CoinGet/CoinSend

1. Open **Windows Subsystem for Android** via **Start Menu**.<br>

   <figure><img src="/files/UGKER3LOpNYHBZOtLzS4" alt=""><figcaption></figcaption></figure>
2. Go to **Advanced settings** and set **Memory allocation to Default (4 GB)**.<br>

   <figure><img src="/files/WFc1wkskVXJFSYchHKqB" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Always ensure there is a minimum of 128GB of free space on your machine to avoid any issues when running CoinGet/CoinSend.
{% endhint %}

## Installing and RunCoinGet/CoinSend

### Mainnet version

1. Search for **CoinGet / CoinSend** on **Amazon Appstore**.
2. Follow the steps to finish the installation.

### Testnet version

1. Request the Testnet version from your designated Customer Success Team or email <cs@coinsdo.com> for **CoinGet/CoinSend Testnet version's APKs**.

2. Ensure **Developer Mode** is turned on in **Advanced settings,** and take note of the **IP:port** provide&#x64;**.**<br>

   <figure><img src="/files/9DDEFM1KXmc0ml3nMqfm" alt=""><figcaption></figcaption></figure>

3. Install APK via [**Android Debug Bridge (ADB)**](https://developer.android.com/tools/adb)**.** Please ensure that you have [**Android command line tools**](https://developer.android.com/studio) installed before proceeding to this step. \
   \
   Open command prompt below to connect to your WSA.<br>

   ```
   adb connect device_ip_address:port
   ```

4. Install APK using command below<br>

   ```
   adb install path_to_apk
   ```

{% hint style="danger" %}
Alternatively, you can use the following options. Please be aware that these are third-party, open-source GUI package managers not maintained by Android officials. Use them with caution.\
\&#xNAN;**-**  [**WSA Pacman**](https://github.com/alesimula/wsa_pacman/releases) \
**-**  [**WSATools**](https://apps.microsoft.com/detail/9N4P75DXL6FG?rtc=1\&hl=en-sg\&gl=SG)
{% endhint %}

5. Run Testnet APK provided by CoinsDo to **Install / Reinstall**

<figure><img src="/files/tE2XDH1KHSrCPWRFuo5j" alt=""><figcaption></figcaption></figure>

Once done, you should be able to run CoinGet / CoinSend as per on an Android device.

{% hint style="info" %}
If you discover anything wrong in this guide or need further assistance, please reach out to your dedicated Customer Success Team or write to [cs@coinsdo.com ](mailto:cs@coinsdo.com)
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://coinsdo.gitbook.io/docs/general/deprecated-run-on-windows-subsystem-for-android.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
