I believe I was also getting this problem. I was getting crashes when
using Android 1.5 (HTC Hero) or Android 1.6 (Emulator). Android 2.0+
semed to work OK.
Basically the VM dies with a long message written to the log but no on-
screen message. It would normally happen after 2 or 3 page views (each
containing an ad) has been shown, but it was basically unpredictable.
Sounds similar to those reported above.
The solution for me was, as reported above, doing a
"adView.destroy()" *before* the view containing the ad got destroyed.
It's as though in those older Android versions, something doesn't get
cleaned up correctly after each ad view, eventually leading to the
crash.
Steve
On Aug 22, 6:02 pm, Eric Leichtenschlag <
eleichtens...@google.com>
wrote: