So I have an app built with Corona, and installed on my Android phone. My app saves a data file to the documentsDirectory which I use for debugging purposes.
If I use a 3rd party app like Astro File Manager to search through my phones folders, where exactly is the documentsDirectory located ?
[import]uid: 97524 topic_id: 19668 reply_id: 319668[/import]
An app’s documents directory is not accessible on Android unless you root your phone. Google did this for security reasons. That’s not something I can help you with, but nothing a Google search can’t solve. From there, you would use the Android SDK’s “DDMS” tool to access your device’s file system via USB. Good luck! [import]uid: 32256 topic_id: 19668 reply_id: 77158[/import]
Thanks Joshua. I was trying to get the android audio capture out of the phone - without much success. The file always seemed to be garbage.
As you know, I’m heading back to Corona on iOS to get that finished. [import]uid: 97524 topic_id: 19668 reply_id: 77268[/import]