# 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;
