-2

enter image description here

I'm not able to find bugs in logcat and it is throwing out of memory

A J
  • 3,970
  • 14
  • 38
  • 53
hussain
  • 1
  • 1
  • u need to increase the heap size, see this: http://stackoverflow.com/questions/11275650/how-to-increase-heap-size-of-an-android-application – Andy the android Jan 16 '16 at 09:51

1 Answers1

0

It is OOM problem for Bitmap, I think you need to search for the reason for this problem. It is usually caused by the size of Bitmap which is to large I think.

Xin Meng
  • 1,982
  • 3
  • 20
  • 32