I'm not able to find bugs in logcat
and it is throwing out of memory
Asked
Active
Viewed 37 times
-2
-
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 Answers
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