Android closed app after downloding big files

Probably because you blew out available RAM.

Try using HttpClient instead. Among other things, you should be more easily able to process the operation in chunks that way, instead of needing to hold the entire hundreds-of-megabytes in RAM at once.

1 Like