Hi, I have an ADT Android project referencing an ADT android library
project. It all builds without errors, but fails at runtime with a
NoClassDefFoundError on a class from the library project. The missing
class is defined as source in the library project; there are no JARs
involved. It happens when I'm constructing the missing class from
onCreate in initial activity.

If I unpack the APK and dexdump the dex, I can see the missing class
listed there. What else could be going wrong? Bad classloader or
something?

Thanks for reading
Craig Timpany

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