File on sd card displayed in android emulator's gallery app -


i have created app lets user save image sd card, cannot see in gallery app on emulator. i'm not sure if need special code or need able find can see if code works.

i need able find can see if code works.

if ultimate objective see files on sd card, can achieved in several ways:

  • use file explorer comes bundled in android debug monitor.***
  • login device/emulator shell, adb shell, , navigate sd card folder (that's @ /sdcard or /mnt/sdcard) , use ls command list contents.
  • install/use 1 of many available file explorer apps , navigate sd card through device/emulator ui.

***example:

  • launch adm running monitor command (if sdk tools not in path, first navigate tools/ directory).
  • there several perspectives: logcat, threads, heap, etc. need switch file explorer tab.

android debug monitor

  • above file explorer view galaxy nexus, actual path sd card may differ device/emulator.

Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -