I have a custom WebView and I want to get a bitmap of its content (offscreen included). I used this code, which I got from here:
WebView
public static Bitm
Quick fix:-
Set android:largeHeap="true" in your AndroidManifest.xml file.
Gud luck :)