# Unable to create an Android build with UE 4.26.1 (The following files are set to be staged, but contain restricted folder names ("Desktop"))

**URL:** https://qa.fmod.com/t/unable-to-create-an-android-build-with-ue-4-26-1-the-following-files-are-set-to-be-staged-but-contain-restricted-folder-names-desktop/17335
**Category:** Unreal Engine
**Tags:** ue4, android
**Created:** [June 14, 2021, 3:03pm UTC](https://qa.fmod.com/t/unable-to-create-an-android-build-with-ue-4-26-1-the-following-files-are-set-to-be-staged-but-contain-restricted-folder-names-desktop/17335 "2021-06-14T15:03:17Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![jeff\_fmod](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/jeff_fmod/32/1766_2.png) [@jeff\_fmod](https://qa.fmod.com/u/jeff_fmod)
#### Post date: [June 27, 2021, 11:53pm UTC](https://qa.fmod.com/t/unable-to-create-an-android-build-with-ue-4-26-1-the-following-files-are-set-to-be-staged-but-contain-restricted-folder-names-desktop/17335/2 "2021-06-27T23:53:18Z")

</div>

The [platform specific documentation for Android](https://fmod.com/resources/documentation-ue4?version=2.02&page=platform-specifics.html#packaging) mentions you need to put your banks in a Mobile subdirectory and make some modifications to the AndroidGame.ini file.  
Here are the steps in more detail:

1. Open {gamename}\Config\Android\ AndroidGame.ini (Create any folders or files that don’t already exists)
2. In the file, paste the following text:

```auto
[/Script/UnrealEd.ProjectPackagingSettings]
-DirectoriesToAlwaysStageAsNonUFS=(Path="FMOD/Desktop")
+DirectoriesToAlwaysStageAsNonUFS=(Path="FMOD/Mobile")

```

1. In {gamename}\Content\FMOD, create a folder called “Mobile”
2. Copy and paste the banks in  
{gamename}\Content\FMOD\Desktop  
to  
{gamename}\Content\FMOD\Mobile

You should now be able to build to Android

---

_[View the full topic](https://qa.fmod.com/t/unable-to-create-an-android-build-with-ue-4-26-1-the-following-files-are-set-to-be-staged-but-contain-restricted-folder-names-desktop/17335)._
