I have Activity A starting Activity B with an explicit intent. If Activity B has no constructor, I get an InstantiationException. With an empty nullary constructor, it starts up fine. Activity A (started from the debugger) has no constructor but does not give an error. Can someone explain the underlying logic behind these cases? Is the empty constructor for Activity B the "right" solution? It seems kind of kludgy and arbitrary.
Thanks, Jay -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

