Click here to Skip to main content
15,910,981 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using Android 4.0.3 .I have add the image in sdcard but when I open my emulators Gallery No any photo seen.But looking at DDMS File Explorer Window the image is added successfully.But nothing open in emulator.What should I do?
Posted

1 solution

Run the MediaScanner, the Gallery won't pick up files unless the MediaScanner has found them.
If you have the Dev Tools app on the emulator there's a Media Scanner option that forces a media scan. Otherwise try using the camera to take a picture, that should also trigger a scan.

Last resort would be to write an application yourself to force a media scan.

Hope this helps,
Fredrik
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900