How android introduces open-source projects and android open-source projects
The introduction of. pulltorefresh is used as an example.
The basic import steps are as follows:
........................................ ........................................ ........................................ ........................................ ......
However, after the import, the import may fail, and the green check mark turns to a red difference, for the following reasons:
The library and project are under different drive letters. Because of the drive letter support problems in windows, you cannot drink Libraries under different drive letters. You can simply put the library in the same directory as the project.
How to prioritize the use of third-party jar packages introduced by Android
1: I have encountered this problem. Even if the res folder is packaged into a jar package, it cannot be used. If some classes in the jar package involve files in the res folder, an error is returned.
2: you are talking about the android sdk. You can take a look at android. jar package, the res directory in it is also gray, and you cannot view the images or xml files in it, so there is no need to think about android. jar in the same way.
3: There is a compromise, but you need the source code of your project. In eclipse, import your project, right-click it, and select "Is Library" under "Properties -----> Android ------>" Library. Right-click the project you created and choose Properties> Android> Add on the right of the Library to select your project name (jar.
Hope to adopt it.
For android open-source projects, if you want to join an open-source project to learn and train yourself
You can do it ,,,