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?
I have a similar problem when using external jar (in my case openCSV). The reason I had a problem was due to a change in ADT 17 (or above). What I needed to do to resolve the problem was
The solution was found in the following page which reference to a very good article.
Importing Class from External Jar, Android you can try the above link.. I suggest taking care of this "android only support 1.6 and not 1.7" in your library jar
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With