MEmu Windows Files Not Showing: Fix Shared Folders, Permissions, and ADB

Files copied from Windows do not always appear immediately inside MEmu Play. The cause is usually a shared-folder path mismatch, an Android media-scan delay, missing file-manager permission, or confusion between separate Multi-MEmu instances. Less often, Windows security software, a damaged VM image, or an ADB tooling problem blocks access. Work through the following checks in order, changing one setting at a time and testing with a small, recognizable file after each change.

Windows file passing through a shared folder into an Android emulator while troubleshooting checks reveal where access fails.

1. What Does the Missing Files Problem Look Like?

First, identify exactly where the failure occurs. This prevents an Android display problem from being mistaken for a Windows file-system problem.

Create a harmless test file in Windows named memu-test.txt. Place it in the Windows folder currently configured as MEmu's shared Downloads folder. Then open a file manager inside the correct MEmu instance and inspect both the shared location and Android's Downloads directory.

The results usually fit one of these patterns:

  • The file exists in the Android directory but does not appear in a gallery or media app.
  • The file appears in one MEmu VM but not another.
  • No files from the configured Windows folder are visible inside Android.
  • ADB can see the file, but the Android file manager cannot.
  • ADB cannot see the file, and MEmu's shared-folder integration appears inactive.
  • The file is visible until MEmu restarts, suggesting it was copied to a temporary or incorrect location.

A gallery that omits a text file is behaving normally. For initial testing, use a file manager rather than Gallery, Photos, or an application-specific picker. After basic access works, test the actual APK, image, video, document, or archive you need.

1.1 Separate Windows access from Android indexing

MEmu must first expose or copy the Windows file into the Android guest. Android applications must then have permission to read the relevant location. Finally, media-oriented applications may depend on Android's media index rather than reading directories directly.

This distinction is important. If a file manager or ADB lists the file but Gallery does not, Windows sharing is probably working. Focus on Android permissions, file type, and media scanning. If neither ADB nor a file manager can find it, check the configured shared folder and VM instance first.

2. Verify the Windows Shared Folder Path

Open MEmu Play's settings for the affected VM and locate its shared-folder configuration. Use the path displayed there as the authoritative Windows location. Do not rely solely on a path remembered from another installation, an older tutorial, or a different VM.

MEmu installations commonly use shared locations under public Windows document folders, but the exact location can vary with configuration, installation history, and instance setup. Open the configured path directly in File Explorer and place memu-test.txt there.

  1. Close any Android file picker currently displaying the directory.
  2. Copy the test file into the Windows folder shown in MEmu's settings.
  3. Wait several seconds for synchronization or folder refresh.
  4. Reopen the Android file manager and navigate back to the directory.
  5. If it remains missing, restart only the affected VM and test again.

Use a local NTFS folder for diagnosis. Avoid starting with a OneDrive Files On-Demand placeholder, network share, mapped drive, removable disk, encrypted container, or folder requiring elevated administrator access. Ensure the file has been downloaded locally and can be opened from Windows.

2.1 Check for path and filename complications

For the first test, use a short filename containing ordinary letters and numbers. Very long paths, unusual Unicode characters, trailing spaces, blocked files, and application-created temporary files can complicate diagnosis.

Confirm that Windows is showing filename extensions. A file displayed as photo.jpg could actually be photo.jpg.tmp, while an APK could still be inside a ZIP archive. Right-click the file, open Properties, and verify its type, size, and location.

3. Refresh Android and Account for Media-Scan Delay

Android file managers and media applications do not all refresh in the same way. A file manager may cache a directory listing, while Gallery may wait for Android's media scanner to index a new image or video.

  1. Leave the directory and return to it.
  2. Use the file manager's refresh command if one is available.
  3. Force close and reopen the file manager.
  4. Wait briefly for Android's media database to update.
  5. Restart the affected MEmu VM if the directory still shows stale content.

If a document appears in the file manager but not in the target application, try opening it from the file manager with the appropriate app. For images, audio, and video, copying the file into the standard Android Downloads, Pictures, Movies, or Music directory can trigger more predictable app behavior.

3.1 Copy the file to Android Downloads

A shared folder may be mounted or presented differently from normal Android storage. Some applications cannot browse that integration location even though MEmu's file manager can. Copying the file into Android's standard Downloads directory is therefore an effective test and workaround.

Inside the Android file manager, select the test file and copy it to Internal storage/Download. Depending on the Android image and tool, the underlying path may be shown as /sdcard/Download or /storage/emulated/0/Download. These names commonly refer to the same emulated user-storage area.

If the file becomes visible to the target app after this copy, the Windows shared folder is functioning. The remaining limitation is the app's ability to browse the shared location, not a general MEmu failure.

4. Check File Manager and App Permissions

Android permissions differ between MEmu's Android 5.1 and Android 7.1 images, and behavior can also vary between 32-bit and 64-bit VM images. Open Android Settings inside the affected VM, find Apps, select the file manager or target application, and review its storage-related permissions.

Grant only the permissions required for the test. Then close and reopen the app. If the application uses Android's system file picker, look for Downloads or internal storage through that picker rather than assuming it can browse every mounted directory directly.

Do not clear Google Play Services data, remove a Google account, or reset the entire VM to fix a basic shared-folder problem. Those actions can disrupt authentication and installed applications without repairing the Windows-to-Android path.

4.1 Distinguish permission failures from unsupported file types

An app may hide files it cannot open. For example, an image picker may display only supported image formats, while an APK installer may filter for APK files. Test with a general-purpose file manager before concluding that the file is absent.

If one file manager sees the file and another does not, compare their Android permissions and browsing locations. If ADB sees the file while neither app does, the issue is likely Android-side access or filtering rather than Windows sharing.

5. Confirm You Are Using the Correct Multi-MEmu Instance

Multi-MEmu can run multiple independent Android virtual machines. Each VM has its own apps, settings, storage, Android version, architecture, and VM image. Copying a file while inspecting a different instance is a common source of confusion.

  1. Open Multi-MEmu and note the name or index of the VM you launch.
  2. Confirm whether it uses Android 5.1 or 7.1 and a 32-bit or 64-bit image.
  3. Open that instance's MEmu settings and verify its shared-folder configuration.
  4. Give the VM a distinctive wallpaper or name if several instances look alike.
  5. Repeat the test using only one running instance.

A cloned or newly created VM may not share every setting with its source. Treat each instance as a separate computer for troubleshooting purposes. Files copied into one VM's internal Downloads directory will not automatically appear in another VM.

5.1 Test with a fresh VM without deleting the original

If the configured folder is correct but integration remains broken, create a fresh test VM in Multi-MEmu using an image compatible with your application. Add one small file and test sharing before installing other software.

If sharing works in the fresh VM, the original VM's configuration or image may be damaged. Keep the original until you have backed up important files and confirmed the replacement works. Deleting a VM can permanently remove its Android apps, accounts, settings, and internal storage.

6. Use ADB to Locate or Copy the File

Android Debug Bridge provides a direct way to determine whether Android can see a file. MEmu may bundle an ADB executable in its installation directory. Use the ADB binary associated with the running MEmu installation when possible, because another Android SDK or emulator may start a conflicting ADB server.

Open Command Prompt in the appropriate tools directory and confirm that MEmu's device is listed:

adb devices

If a device appears, inspect Android Downloads:

adb shell ls -la /sdcard/Download

You can also inspect common storage locations:

adb shell ls -la /storage/emulated/0

To bypass shared-folder integration temporarily, push a Windows file directly into Android Downloads:

adb push "C:\path\to\memu-test.txt" /sdcard/Download/

Then verify it:

adb shell ls -la /sdcard/Download/memu-test.txt

If adb push succeeds, the VM's Android storage is writable. You can continue working while diagnosing the shared-folder integration. If the command reports more than one device, specify the correct serial with ADB's -s option rather than sending files to an unintended emulator.

6.1 Diagnose ADB connection conflicts

If adb devices shows no MEmu device, close unrelated emulators and Android development tools, then restart the ADB server:

adb kill-server

adb start-server

Launch the desired MEmu VM and run adb devices again. Check Task Manager for multiple ADB processes from different installations if the problem continues.

MEMUC, MEmu's command-line controller, can help identify and manage MEmu instances. Run it from the MEmu installation directory and use its built-in help so that you follow commands supported by your installed release. Do not copy unverified command syntax from unrelated emulator tools.

7. Check Windows Security and File-System Access

If MEmu cannot read any file from the configured Windows folder, test whether Windows security software is blocking access. Review Windows Security's protection history and any third-party antivirus logs for entries involving MEmu, Microvirt components, the shared folder, or the selected file.

Windows Controlled Folder Access can restrict untrusted applications from changing protected folders. Rather than disabling protection globally, test with a simple local folder and allow a specific trusted MEmu executable only if Windows records a relevant block.

Also confirm that your Windows account can read and write the shared folder without administrator elevation. A folder's Properties dialog can reveal read-only attributes, security permissions, and ownership complications.

7.1 Avoid risky security shortcuts

Do not disable antivirus, Windows security features, or firewall protection as a routine fix. If a brief controlled test is absolutely necessary, disconnect sensitive workflows, document the original setting, restore it immediately, and prefer a narrow application exception over turning off protection.

Do not uninstall MEmu until important VM data is backed up. Reinstallation can remove or detach VM images depending on the options selected, and it does not fix a Windows permission rule that remains in place.

8. Separate Network Problems from Shared-Folder Problems

Local shared-folder access normally does not depend on internet connectivity, DNS, Google Play Services, or a browser proxy. If websites fail inside MEmu but ADB can push a local file into Downloads, you have two separate problems.

Classify the symptoms before changing network settings:

  • If local files are missing but Android internet access works, focus on paths, permissions, instances, and Windows security.
  • If local files work but downloads fail, inspect Android networking, proxy settings, DNS, and the affected app.
  • If both fail after a system change, inspect the VM service, security software, virtualization configuration, and MEmu installation health.

Windows proxy settings and Android proxy settings are separate. A proxy configured inside Android affects the guest's network traffic, while a Windows proxy may affect host applications. DNS problems can prevent names from resolving but do not normally make a local shared file disappear.

8.1 Bridge mode and diagnostic networking

Bridge mode changes how the MEmu guest participates on the network. It can help with local-network discovery or services that require a separate LAN address, but it is not a standard fix for Windows shared folders. Do not enable bridge mode solely because a local file is absent.

If ADB is configured over a network connection, bridge mode, VPN software, firewall rules, or proxy tools may affect the connection. Test ordinary bundled ADB access first. Record the original network mode before making changes, and restart the VM when MEmu indicates that a networking change requires it.

9. Rule Out Unrelated Performance and Graphics Settings

Render mode, OpenGL, DirectX, VT, CPU presets, and memory presets can influence MEmu performance and stability. They do not normally control which Windows files appear inside Android. Change them only if the VM interface is freezing, crashing, or failing to complete startup.

If the file manager is visually corrupted or blank, switching between supported OpenGL and DirectX render modes may be a useful display test. Restart the VM after changing render mode. Keep a record of the original setting so you can reverse the change.

Similarly, insufficient memory or an overloaded CPU preset can cause slow refreshes, but allocating excessive resources can reduce overall Windows stability. Use a reasonable preset and avoid changing several performance settings at once.

9.1 Treat Hyper-V changes as high impact

MEmu operation can differ depending on whether it is using its standard virtualization path or a Hyper-V-compatible mode such as MEmuHyperv. Do not disable Hyper-V, Memory Integrity, Windows Hypervisor Platform, Virtual Machine Platform, or related Windows features merely to fix a missing shared file.

Those features may be required by WSL2, Docker Desktop, Windows Sandbox, credential protections, and other virtual machines. If MEmu itself cannot launch, investigate virtualization compatibility separately, back up your work, and understand the impact before changing Windows features or firmware VT settings.

10. Repair the VM Only After Safe Tests Fail

If the correct path, permissions, refresh, ADB, and fresh-VM tests point to damage in the original instance, back up its important files before attempting repair. Use ADB pull, Android cloud storage, or another verified export method where appropriate.

Compacting a VM image, replacing an image, resetting Android, or deleting a VM can alter or destroy data. Do not treat image compaction as a shared-folder refresh command. Likewise, the operation recorder and synchronizer can automate actions across instances, but they do not repair storage integration. Pause automation during diagnosis so it does not copy, rename, or delete test files unexpectedly.

If only the original VM fails and a fresh VM works, migration is often safer than repeatedly changing system-wide settings. Install the required app in the new instance, confirm shared folders and Downloads, and transfer only the data you understand.

10.1 When reinstalling MEmu is justified

Consider repair or reinstallation only when multiple new VMs cannot use shared folders, MEmu components are missing, bundled ADB and MEMUC fail, or Windows reports damaged installation files. Before proceeding, record VM locations, export important data, and confirm what the uninstaller will retain.

After reinstalling, test one clean VM and one small local file before restoring automation, synchronizer tasks, operation recorder scripts, accounts, or large VM images. This makes it easier to identify whether restored configuration reintroduces the problem.

11. Final Resolution Checklist

The issue is resolved when the file can move reliably from Windows into the intended Android instance and be opened by the target app. Confirm every relevant item below:

  • The Windows test file is in the shared folder shown by the affected MEmu VM.
  • The file exists locally and is not only a cloud placeholder.
  • The correct Multi-MEmu instance is running.
  • The Android file manager has the necessary storage permission.
  • Refreshing or reopening the file manager displays the file.
  • Media files appear after allowing time for Android's media scan.
  • Copying the file to Internal storage/Download makes it available to restricted apps.
  • adb devices identifies the intended MEmu VM.
  • ADB can list or push a file to /sdcard/Download.
  • Windows Security shows no relevant blocked access event.
  • Network, proxy, DNS, and bridge settings were changed only if connectivity was also broken.
  • A fresh test VM works, or the repaired original VM passes repeated tests.

Finish by deleting the temporary test file and documenting the working Windows folder, Android destination, and VM name. That record is especially useful when managing several Android 5.1, Android 7.1, 32-bit, or 64-bit images through Multi-MEmu.


Citations

  1. Official documentation for listing devices, opening a shell, and copying files with Android Debug Bridge. (Android Developers)
  2. Microsoft guidance for reviewing and configuring Controlled Folder Access in Windows Security. (Microsoft Learn)
  3. Microsoft documentation explaining Windows features and requirements used by WSL 2. (Microsoft Learn)
Cindy, ContentBASE creator assistant

MEET CINDY

Your ContentBASE creator assistant

Cindy helps creators find Canva templates, content ideas, and simple ways to make better social media posts faster.

Want ready-to-use templates? Claim the free Canva bundles or browse the full bundle store.