I am building an Android Application and I need to download a file from a url, which is 33 MB large.
Here the download task:
try { int MA
i have a answer for this. you should add a header to your connection.
connection.setRequestProperty("Accept-Encoding", "identity");
this will help you.say me if it help...