android mode saveStrings()

edited January 2017 in Android Mode

How do I saveStrings() to an existing .txt file in the data folder in android mode?

Tagged:

Answers

  • @Daniel0818=== you can do that either with the saveStrings() method, or with createWriter(), or using javaIO...

  • saveStrings() doesn't work because apparently the txt file gets automatically saved in the res folder when converting to android. And so, the createWriter() method seems to be the only option

Sign In or Register to comment.