4

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.

Pankaj Kumar
  • 81,967
  • 29
  • 167
  • 186

1 Answers1

11

You can use DDMS or adb push command to push images onto sdcard. Make sure to run MediaScanner from dev tools, post that.

Samuh
  • 36,316
  • 26
  • 109
  • 116