The answer is coming into this thread: http://groups.google.com/group/android-developers/browse_thread/thread/5537ae10e4143240?pli=1
On May 5, 2:08 am, Rainer <[email protected]> wrote: > Hi > > I have 2 projects in the following layout > > MainActivityProject -> BaseProject > > (i.e. MainActivityProject depends on the other project). Both are > android projects created with the eclipse "New Android project > functionality) however, the BaseProject does not have an activity > defined. However, in BaseProject I define an activity base class where > MainActivityProject's Activity derives from. > This used to work fine up until 1.1 but now with the 1.5 SDK I get > ClassNotFoundExceptions when launching the app. > > Any suggestion on how to fix this? I obviously dont want to copy all > the sources to a single project as I intend to reuse my Activity base > class for other things (it contains some boiler plate stuff that I > dont want to have in each and every activity. > > cheers > - Rainer --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

