Android HttpEntityUtils OutOfMemoryException
问题 I'm working on a project which connect to a web server and receive binary data. My problem is when I'm downloading data from web server. If i send request to login or to activate some setting, there is no problem. But when I send request to download a binary data it's throwing me an OutOfMemoryException . Here is the code which I'm using : public byte[] activateColl(int index) { createCancelProgressDialog("","Communcating with you...","Cancel"); byte[] buffer = new byte[1024]; try {