I'm getting runtime verify exceptions of the following form:

02-22 10:38:47.411: ERROR/dalvikvm(27888): Could not find class
'com.mylib.MyClass', referenced from method
com.myproject.MyActivity.onCreate

I can move MyClass from the Android library project into the main
project, in which case the error goes away. But I need to share code
so I need to have the class in a library (or maybe JARed up).

I'm using Android 2.2 and I've tried building with both Eclipse and
with Ant. I can't figure out how to narrow this problem down. Any
ideas?



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