Open the Android Emulator
Drag and drop the file from your desktop into the emulator window
If drag and drop does not work, use Android Studio Device File Explorer
Open Android Studio
Go to View
Select Tool Windows
Open Device File Explorer
Choose the emulator device
Navigate to the target folder on the emulator
Drag the file from your desktop into Device File Explorer
Alternatively, use ADB push from the command line
Open a terminal or command prompt
Run `adb devices`
Run `adb push “C:pathtofile” /sdcard/`
Open the Files app inside the emulator
Check `/sdcard/` or `Download`
For app-specific access, copy files to the app’s internal or external storage path
Use Android Studio’s Emulator Extended Controls if needed
Restart the emulator if the file does not appear immediately
