My app creates a number of files in the system.Documents directory to track the state of various things for my app. Now, I would like to take a look at those files on my Android device as I do debugging. I have searched all over and couldn’t figure out how to do it. Appreciate any help!
On my end, I have tried:
- adb shell onto the device, then tried to cd int /data/data//files. But this gave me a permission error
2) ddms tool. But this seems to only give me trace, but not access to the files on the device.
Thanks!!
Andrew [import]uid: 41124 topic_id: 28036 reply_id: 328036[/import]