[EMAIL PROTECTED] wrote: > I think that I do the retrotranslator process correctly. The problem > is in > > AnnotationAuthor aAuthor=new AnnotationAuthor(); > > I do not know what the problem is,
Off the cuff, it would appear the problem could be with the retrotranslator-generated code. Your class has no explicit constructor and does not inherit one. A possible source of a constructor that might cause Android to fail is in the generated code. If you haven't done so already, you might consider asking your questions on whatever sort of forum or mailing list the retrotranslator folk are using. -- Mark Murphy (a Commons Guy) http://commonsware.com Android Training on the Ranch in September! http://www.bignerdranch.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

