How can I edit the text files in assets folder in Android?

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.

Leave a Comment