Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to see pushed images to sd card in emulator

Tags:

android

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!

like image 838
fire boy Avatar asked Jan 01 '12 13:01

fire boy


2 Answers

As I found in two other SO questions 1 and 2, Make sure to run MediaScanner from dev tools after you push the images to the SD card so the emulator re-scans the SD card for new media.

like image 63
Peter Avatar answered Nov 05 '22 09:11

Peter


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

like image 29
gangeshwari Avatar answered Nov 05 '22 09:11

gangeshwari