Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add files to the SD Card in the Android emulator? [closed]

So I created a new Android Emulator and now want to add files to the SD card. How do I do that?

like image 214
user1413437 Avatar asked Dec 21 '22 21:12

user1413437


2 Answers

if you are using eclipse,

1) Open the Emulator 2) In Eclipse, Select Menu => Window => Show View => Other => Android => File Explorer

It will open File Explorer Window at bottom of the screen.

In File Explorer window, on Top-right, there is push file and pull file option. Push file will push file to emulator and pull file will get the file from emulator.

like image 53
Veer Avatar answered Dec 29 '22 12:12

Veer


In eclipse,

1) Open the Emulator 2) In Eclipse, Select Menu -> Window -> Show View -> Other -> Android -> File Explorer

It will open File Explorer Window at bottom of the screen.

In File Explorer window, on Top-right, there is push file and pull file option. Push file will push file to emulator and pull file will get the file from emulator.

File Explorer -> mnt -> sdcard

then select push button on header and push your file in android emulator.

like image 39
user1208720 Avatar answered Dec 29 '22 11:12

user1208720