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.