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.
Asked
Active
Viewed 5,947 times
1 Answers
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
-
1Thank you. It was so easy and very helpful. – Pankaj Kumar Feb 21 '11 at 06:34