Hi there, First off I'd better say I'm very new to this...So I have an Android project in Eclipse and I want to use a java object class from another project in it (this object class is shared between multiple projects). From Eclipse I created a link to the .class file of the other project into the bin/classes/... folder in the android project. Then I configured the other project in the java build path of my Android project. I thought that was all there is to it, but seems like I'm missing something else. I get "dalvik: Could not find class abc.example.common.DataBean', referenced from method..." error. I'm pretty sure the link is setup properly.
Is there a step I'm missing? Thanks for your help, Ryan -- 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

