Hi all,
I have an android application that utilizes another project as a project reference. i've gone into the application options, build path, and then selected the project in project references.
everything builds and deploys fine, but when i try to run the application and instantiate a class in that project, i'm getting a java.lang.NoClassDefFoundError errrrrr.
i'm no java project expert, so i assume i've cocked something simple up. any ideas?