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. Tha开发者_如何学编程nks
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
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).
精彩评论