How to associate the jar package with the source code doc. jar src. jar, doc. jarsrc. jar in Eclipse
Porter
Example of Gson
1. Copy the Three jar packages to the libs directory.
2. Create two folders src and docs under the libs directory.
3. Create gson-2.2.4.jar.properties under libs directory
Src = src/gson-2.2.4-sources.jar
Doc = docs/gson-2.2.4-javadoc.jar
Source Address:
How to associate source code with the jar package under the libs directory
Previously, we could associate the source code for the jar package under the lib directory, but it does not seem to work now.
The following is an article about how to solve this problem:
How to attach javadoc or sources to jars in libs folder?
The following is a discussion on this issue at the google Forum:
Https://code.google.com/p/android/issues/detail? Id = 28658
In short, this problem can be solved.