I want to write a string line in a text file in android project (using Eclipse). This is the code which i am trying but its not working...
String s=\"hel
There are two ways to understand your question:
c:\
is irreleveant, since this is a windows path, and android is unix based, meaning all paths start from root (/
) also, android SDK provides you a few methods to access relevant directories files without using a fixed path. see here: http://developer.android.com/guide/topics/data/data-storage.html