Interdependent android projects
        Posted  
        
            by user347576
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user347576
        
        
        
        Published on 2010-05-22T00:43:47Z
        Indexed on 
            2010/05/22
            0:50 UTC
        
        
        Read the original article
        Hit count: 273
        
Hello all, I was wondering if its possible to reference one android project from another android project. I have two projects, test1 and test2. I have added test2 in the project properties of test1 under the projects tab. Unfortunately it keeps throwing a NoClassDefFoundError. Also, would the second android project (test2) be installed as a separate apk on the phone or would it be part of the encapsulating android project (test1) ?
Thanks very much!
© Stack Overflow or respective owner