Android Question Admob crash possibly caused by Google update?

skaliwag

Member
Licensed User
Longtime User
In the past few days I have been getting several reports of the following error:-

java.lang.IllegalStateException: Tried to setNewPicture with a delay picture already set! (memory leak)
at android.webkit.WebView.setNewPicture(WebView.java:13128)

I have managed to reproduce this on 1 of my test devices and have isolated it to Admob (The error disappears if I remove the Admob code)

Can anyone cast any light on this?
 
Top