Tuesday, 2 April 2013

out of memory error in android

 Some times while playing with bitmap causes "out of memory error" so to handle this use
android:largeHeap="true"  in Application tag in  Android manifest  file.
But Minimum sdk version should 11
like

 <application
        android:name="com.example.amit"
 
        android:largeHeap="true" >

No comments:

Post a Comment