I\'m building an Android app with Adobe AIR that lets user import and export .txt files. What is the best folder to use as a default path to save the .txt files to?
You can save the txt wherever you want. I would recommend you to try to save any file in the external memory, and if that fails, then into the phone memory.