Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to copy images to Android emulator's sd card from hard disk?

I have to implement an Android 2.2 application which should be able to upload images selected from it's gallery, But I have no device with Android 2.2 so I have to test this on emulator, but I don't know how to copy images to emulator's sd card from my computer's hard disk. There are lot of similar type posts I found and none of them worked for me. So I hope your help

Thanks!

like image 467
Grant Avatar asked Aug 10 '12 17:08

Grant


1 Answers

If you're using DDMS tool (under Eclipse or not), you can just drag and drop your image to the selected folder. SDCard folder is under mnt folder.

enter image description here

Edited

DDMS can be found under ...\android-sdk\tools. In Eclipse, it is a perspective you can add by clicking on Window > Open Perspective > Other... > DDMS.

like image 137
Hartok Avatar answered Nov 15 '22 07:11

Hartok