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,071
  • 26
  • 167
  • 187

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,003
  • 26
  • 107
  • 116