How to fix this Build Path Error?

你说的曾经没有我的故事 提交于 2019-12-13 04:01:30

问题


This problem may the end of me. I have a red "!" over my project. I have learned this is a build path error. This is what comes up in the problems log.

 missing required Java project: 'appcompat_v7'          
 missing required Java project: 'appcompat_v7_2'    
 is missing required library: '\Copy of appcompat_v7\libs\android-support-v7-appcompat.jar
 is missing required Java project: 'appcompat_v7_3' 
 is missing required library: '\appcompat_v7\libs\android-support-v4.jar'   

I have tried cleaning, restoring, quickfix--> adding libraries, ect please help.


回答1:


Go to your project properties and remove appcompat library. Also since you have minSDK of 16 you dont need appcompat.



来源:https://stackoverflow.com/questions/24772764/how-to-fix-this-build-path-error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!