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