I'm trying to write an app, that would load a video file. I'm trying to figure out where to put the video file so that I can load it. I'm looking at this thread:
Where are Android Emulator Image Stored?
So I used the emulator, to take an image with its camera. I find the image location in the emulator: /storage/emulated/0/DCIM/Camera/IMG_20211021_115000.jpg
I try to find the file
$ cd .android
$ ls
adbkey cache
adbkey.pub debug.keystore
analytics.settings debug.keystore.lock
avd emu-last-feature-flags.protobuf
breakpad emu-update-last-check.ini
build-cache maps.key
build-cache.lock modem-nv-ram-5554
$ find . -name IMG_20211021_115000.jpg
$
My question is where is it stored?