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 sdcard by could't be successful. Please specify steps. 回答1: You can use DDMS or adb push command to push images onto sdcard. Make sure to run MediaScanner from dev tools, post that. 来源: https://stackoverflow.com/questions/5062806/adding-images-in-gallery-of-emulator