Adding Images In Gallery Of Emulator
I want to display images in my application. But in emulator there no any picture present by default. So it needs to add some images to emulator. I tried it with adding images in sd
Solution 1:
You can use DDMS or adb push command to push images onto sdcard. Make sure to run MediaScanner from dev tools, post that.
Post a Comment for "Adding Images In Gallery Of Emulator"