Was faced with the same error when trying to launch an AsyncTask and found 
that the reason it would fail was that an unrelated thread would throw 
an unhanded  exception early on. It seems the AsyncTask and the other thread 
(used to fetch ad banners) shared resources and when the ad thread 
misbehaved it made the class loader misbehave as well.

Managed to figure this out while reading your post after obsessing for 4 
days. Thank you!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to