[TinyTut] - Pull/Push files from/to the Emulator
What you learn: You will learn how push/pull Pull/Push files from/to the Emulator using the DDMS-View in Eclipse.
Difficulty: 0.5 of 5
Description:
You can push/pull files from/to the emulator, by using the DDMS-View that comes with the ADT-Plugin for Eclipse.
Open the DDMS-View like in the picture. (If you cannot see the Button A points to, do it the B-Way).

Then open the File-Explorer Tab and open Push/Pull files as you wish. In this case we selected the '/data/misc/location/gps/nmea' (Mock LocationProvider) to pull it to from the emulator.

Alternative to PUSH:
Syntax: " adb push <local_source> <emulator_destination> "


Regards,
plusminus




)



