Tag: source code jar source Javadoc Eclipse
Porter
Take Gson as an example
1. Copy the three jar packages to the Libs directory.
2. Create a new two folder under the Libs directory src and Docs.
3. Create a new gson-2.2.4.jar.properties in the Libs directory
Src=src/gson-2.2.4-sources.jar
Doc=docs/gson-2.2.4-javadoc.jar
Source Address:
How to associate the source code for a jar package in the Libs directory
Previously, we could associate the source code for the jar package in the Lib directory, but now it seems to be out of order.
Here's an article on how to solve this problem:
How to attach javadoc or sources to jars in Libs folder?
Here's a discussion of the Google Forum on this issue:
https://code.google.com/p/android/issues/detail?id=28658
In summary, this problem can be resolved.
about how to correlate jar packages with source Doc.jar in Eclipse Src.jar