Can't add library to my android project

后端 未结 2 1629
天涯浪人
天涯浪人 2021-02-13 14:45

I\'m creating a new app and I want to use some libraries like this: https://github.com/JakeWharton/Android-ViewPagerIndicator

I had downloaded this library, added it to

相关标签:
2条回答
  • 2021-02-13 15:17

    Copy every Library manually inside Eclipse Workspace, before importing it, as Eclipse seems to be silly if the Library lays somewhere else. Also symlinking a Library will not work.

    0 讨论(0)
  • 2021-02-13 15:22

    For me, I just restart the eclipse and the added library works fine.

    I mean first time it showing red marks after adding the library project. Though eclipse main project and library project are in same workspace folder and no resources files are in outside of the project folder.

    So, you can try with to restart your eclipse. Happy coding....

    0 讨论(0)
提交回复
热议问题