Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 327
Pankaj Kumar Avatar asked Dec 21 '22 17:12

Pankaj Kumar


1 Answers

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

like image 53
Samuh Avatar answered Dec 28 '22 07:12

Samuh