# How to Download APK from Huawei App Store

Sometimes while we are testing a mobile app, we require the APK from the Google Play Store. It just so happens that the app is sometimes also available on the Huawei App Gallery which is alternative to Google Play Store.&#x20;

If the app is available on Huawei App Gallery, you can directly download the APK. Follow the below steps.&#x20;

a. Find the app on the Huawei App Gallery <https://appgallery.huawei.com/>

b. The App URL will look like this <https://appgallery.huawei.com/app/C100130495>

c. Now make changes to the URL&#x20;

1. Change appgallery.huawei.com to appgallery.**cloud**.huawei.com . In short, add .**cloud.** in front of huawei.com .
2. change the /app/ to /app**dl**/ . In short, add **dl** after app

c. The URL should look like [https://appgaller&#x79;**.cloud.**&#x68;uawei.com/app**dl**/C100130495](https://appgallery.cloud.huawei.com/appdl/C100130495)

Done. Download the app&#x20;

Thanks some random XDAForum page I cant find now.&#x20;


---

# 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://www.redteam.cafe/mobile-application-testing/how-to-download-apk-from-huawei-app-store.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.
