How to link the Javadoc of a Library in Eclipse?

Is it not reliable to include other projects on the Eclipse build path?

  • I am working on an Eclipse Android project which depends on 2 other projects, A and B. These are plain Java projects. Project B references the Android SDK and depends on A. Project A does not reference any other project. I see errors like this: 07-01 18:31:37.109: WARN/dalvikvm(297): Unable to resolve superclass of Lnet/package/ClassFromB; (102) 07-01 18:31:37.109: WARN/dalvikvm(297): Link of class 'Lnet/package/ClassFromB;' failed When I rebuild, it works after a few times, but I have no idea if this will be repeatable. Is there a way to make this work reliably? Otherwise, the developer would need to copy-paste the library code into the Android project, as suggested here: https://groups.google.com/forum/#!topic/android-developers/QjuTlk-uM7U/discussion

  • Answer:

    See:

Miguel Paraz at Quora Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.