0

I (tried) uploaded some mp3 files to my Android emulator on Windows 10 using the answers here, but I cant see the uploaded files in the emulator.

Then I tried with the following command, where d:\Music\Hun is the source directory and I wanted to be copied to sdcard Music folder : adb push "d:\Music\HUn" /storage/emulated/0/Music

after the command I got a message that 37 files are copied, and if I check with the command adb shell ls /sdcard/Music I can see the list of the files

But even restarting the emulator and using the Files app, I can't see them, non as storage used capacity are empty too.

thnx

Wasyster
  • 2,279
  • 4
  • 26
  • 58
  • The apps and the MTP protocol don't use the file-system but the MediaStoreDatabase and if that database is not populated correctly files are missing. Read the whole story in this answer: https://android.stackexchange.com/a/202739/2241 – Robert Apr 02 '23 at 10:52

0 Answers0