Android: Could not find method XXX, referenced from method YYY
        Posted  
        
            by alex2k8
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by alex2k8
        
        
        
        Published on 2010-02-27T22:48:24Z
        Indexed on 
            2010/06/02
            6:03 UTC
        
        
        Read the original article
        Hit count: 349
        
android
I have two android projects, ProjA requires ProjB (in Eclipse Properties > Java Build Path > Projects > Add > ProjB). Every thing compiles ok in Eclipse, but when I run ProjA I get an error:
Could not find method XXX, referenced from method YYY.
Where XXX - is the method from ProjB.
How can I fix the settings?
© Stack Overflow or respective owner