Cannot add android.support.v7 to my project build path

前端 未结 6 1906
遥遥无期
遥遥无期 2020-12-06 14:07

I am trying to add android-support-v7-appcompat to my project build path:

This is what I have done: Right-click on my own project -> build path -> configure build pa

6条回答
  •  庸人自扰
    2020-12-06 14:18

    • Remove all of your library projects
    • Do a clean of the project with the dependecies
    • Add the problematic library again
    • Add all of the other libraries

提交回复
热议问题