Is it possible to include other Java source projects in Eclipse into
an Android project? Normally for a regular Java project you do this by
adding the other project to the build path and including it in the
Project References.

This same approach lets the code compile, but when the app is deployed
to the emulator, it throws a VerifyError when I try and instantiate
classes from my other project.

Is this possible with the Android SDK? Do you have to build them to
jars and include them inside your Android project like this? I know
this works, but just involves more steps to do this.

Thanks,
Kevin Hooke

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