Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to add images to android emulator?

any one guide me how to add some images to emulator image gallery?

like image 654
UMAR-MOBITSOLUTIONS Avatar asked Jul 19 '10 10:07

UMAR-MOBITSOLUTIONS


People also ask

How do I add files to Android emulator?

Go to "Device File Explorer" which is on the bottom right of android studio. If you have more than one device connected, select the device you want from the drop-down list on top. mnt>sdcard is the location for SD card on the emulator. Right click on the folder and click Upload.


2 Answers

Goto the DDMS tool in eclipse to push or pull a file onto the emulator. Then go into the running emulator itself, select "Dev Tools" from the Apps screen, select "Media Scanner" (or "Media Provider" in newer versions of Android) to get the emulator to recognize the files so they would be displayed in the Media Gallery.

like image 197
lokoko Avatar answered Sep 25 '22 04:09

lokoko


If you don't care what image this is, it might just be easier to browse to any image on the internet with Android browser, long-tap on it and select "Save image" from the context menu.

like image 27
Dmitry Avatar answered Sep 26 '22 04:09

Dmitry