Android Libraries and AndroidLibraries
1. Set "Is Library" in the "Android" option for the referenced project.
2. Set the referenced item "add" in the "Android" option.
3. android Dependencies displays the referenced project and dependent Project
Android Private Libraries: indicates the jar package reference placed in libs. It is considered as a Private reference.
Referenced Libraries: indicates the Referenced external jar package.
4. Note:
If the referenced project and referenced project use the same jar package, the version must be consistent.
Android Private Libraries and Referenced Libraries cannot reference the same jar package repeatedly.
(Otherwise, Eclise will crash)
What is the role of LIBRARIES in the android software system?
Library file for upper-layer calls
Android dependencies cannot be found, only Android Private Libraries
In the previous versions, android dependencies are available. Now the ADT is updated. In the later versions, you only need to copy the third-party jar package to the libs directory, and there will be no android dependencies directory. In addition, for earlier versions of the project, you need to remove the project from the Java build path from the Internet. Otherwise, an error will be reported.