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