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

前端 未结 6 1908
遥遥无期
遥遥无期 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:31

    Select "Java Build Path" and tab Libraries instead of "Android". Click "Add external Jars..."

    or

    Copy the file to your "libs" folder and right click on the file and select "Build Path" -> "Add to Build Path"

提交回复
热议问题