Jai Android
Jai Android

Reputation: 2171

How to view image saved on SD Card in Android from Emulator or Eclipse?

Is there any way to view image saved on SD Card without any coding from Emulator or eclipse. Thanks

Upvotes: 0

Views: 2148

Answers (2)

jkhouw1
jkhouw1

Reputation: 7350

You can use the file explorer in Eclipse to pull the file from the sdcard of the emulator to your local drive then view it. Or you could use adb command line to copy it

Upvotes: 1

Vladimir Ivanov
Vladimir Ivanov

Reputation: 43088

Connect your phone to your computer and choose "Data Storage". Here you are, you can browse your sdcard from explorer(if you're using windows).

Upvotes: 0

Related Questions