I have developed an application which read text file. In Emulator I have push the file in \Data\Data\PackageName\File.txt and its working fine. But when I try to push file in Device its generate the error Read Only File System. I have try to remount directory as writable but the same error. Please help me how can I push file into device.
|
feedback
|
|
The folder you are trying is locked on non-rooted phones i.e So depending on your requirement you have to either use Assest folder or File system storage Update: How to use assest folder
| |||||||
feedback
|
|
In practice, we can push such file in assets folder. Assets folder is there for you to put such raw files to be used inside the application. | |||||
feedback
|