-1

I was wondering if is possible to save files from ftp to assets in android. This is method to download files from ftp, but how can I save this files in assets?

BBdev
  • 4,898
  • 2
  • 31
  • 45
edi233
  • 3,511
  • 13
  • 56
  • 97

1 Answers1

4

You can't. Assets folder is r/o(read-only) at runtime. You can use a other Storage instead

Oli
  • 3,496
  • 23
  • 32