directory - Android writing to a text file -


i have text file within raw folder of app intend use simple way save settings , read them when needed. can read file using bufferedreader , comes it, i've tried few different ways able write file , none seem work.

it seems me problem never file, , assume because don't know how supposed give correct directory , file name. i've tried come with, , tend errors "no such file or directory exists" or "read-only file system".

this seems simple problem relating me giving wrong information, if point me in right direction appreciated.

thank you, raphy

for saving settings should use sharedpreferences rather coming custom solution.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -