0

I am just learning about data file operations in the Android OS, and would like to be able to browse and even edit/delete files in the avd sd storage card. I have found a sdcard.img file in the windows file system (path something like: C:\Users\myloginname\.android\avd\AVD_v10.avd), but I don't know how or really want to mess with it especially if there is a graphical method.

Haven't found much in internet search, even search term suggestions might be helpful. I did find a stackoverflow question about how to do this in eclipse using DDMS, the Tools > Android > Monitor (DDMS Included) option in my android studio doesn't find a JRE, so if that is what I need, I will just need to better install/configure that Java.

toniedzwiedz
  • 17,895
  • 9
  • 86
  • 131
stackuser83
  • 2,012
  • 1
  • 24
  • 41
  • In addition to the command-line method at the linked question, you can use the ddms tool independent of eclipse, but it will probably require a properly configured JRE. – Chris Stratton May 27 '14 at 16:30

1 Answers1

0

this linked so question describes a way to access/browse files on the running avd using a adb shell command session. that is really good enough although not gui

Community
  • 1
  • 1
stackuser83
  • 2,012
  • 1
  • 24
  • 41