I create an emulator with 2000MB SD Card size and push files to it as you can see in image but i can't see these image files in gallery application in emulator. how can i see the images in gallery application? link of file to see my emulator and files that pushed to it!
Asked
Active
Viewed 4,744 times
3 Answers
2
Running media scanner is simple, all you have to do is
- Run your android virtual device on the emulator
- Click on the "Dev Tools" icon in the menu
- In the list view of settings options, scroll down, click, and launch "Media Scanner"
Goto, windows -> AVD Manager and click Refresh. Now on the emulator, if you click the gallery icon, you get the pictures that you pushed onto your SDCard

I82Much
- 26,901
- 13
- 88
- 119

gangeshwari
- 9
- 2
0
If the "Dev Tool" --> "Media Scanner" crash you can run this:
adb shell am broadcast -a android.intent.action.BOOT_COMPLETED
it is faster then a reboot

Nifhel
- 2,013
- 2
- 26
- 39