20.03.2011 19:45, Jay пишет:
It turned out that I had overlooked that Activity B had a one argument
constructor left over from it's former life as a Fragment. Oops. I
guess there is a lesson in here for me about horses and zebras.

Yep - having any constructor prevents the Java compiler from generating the default, no arguments constructor, which is used by the framework.

--
Kostya Vasilyev -- http://kmansoft.wordpress.com

--
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