External project reference in android

Posted by bryan costanich on Stack Overflow See other posts from Stack Overflow or by bryan costanich
Published on 2010-12-31T00:13:57Z Indexed on 2010/12/31 8:54 UTC
Read the original article Hit count: 232

Filed under:

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?

© Stack Overflow or respective owner

Related posts about android