How to solve java.lang.OutOfMemoryError trouble in Android

You can’t increase the heap size dynamically but you can request to use more by using. android:largeHeap=”true” in the manifest.xml,you can add in your manifest these lines it is working for some situations.

  Whether your application’s processes should be created with a large Dalvik heap. This applies to all processes created for the […]

person shubham sharmaaccess_time March 15, 2017launch Read More