how can i edit the text files in assets folder in android

前端 未结 1 652
灰色年华
灰色年华 2020-11-30 11:58

I am using a text file in the assets folder in Android. I would like to change the data inside that text file dynamically. I am trying to open the file as follows:



        
相关标签:
1条回答
  • 2020-11-30 12:06

    Writing into /assets directory at runtime? AFAIK that's not possible.

    You can put the original file in /assets, and at the first application run copy it over to the /sdcard.

    0 讨论(0)
提交回复
热议问题