How to push a file from computer to an Android device having no SD Card in it. I tried:
C:\\anand>adb push anand.jpg /data/local 3399 KB/s (111387 bytes in
Try this to push in Internal storage.
adb push my-file.apk ./storage/emulated/0/
Works in One plus device, without SD card.