[Android Note] Android references a third-party dependent package library to report an error. Solution: androidlibrary
In Android engineering projects, we often need to reference third-party dependent package libraries, which may encounter the following reference errors:
After setting the library, re-open the display management error, that is, there is a Red Cross in the reference, and there is no error in eclipse.
This may be because:
In windows, your project and the library project to be referencedNot in the same drive letter or directory.
This is because the android. library. reference.1 value in project. properties changes to an absolute path in different drive letters, and ADT is recommended for use in ubuntu, which supports bugs in absolute windows paths.
After they are placed in the same directory, the problem is solved:
Http://09572.iteye.com/blog/1842553 ()