How to fix Build Path error?
This problem can end with me. I have a red "!" over my project. I found out that it is a build path error. This is what appears in the problem 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've tried cleaning, repairing, quickfix -> add libraries, etc., please help.
0
droidShot
source
to share
1 answer
Go to your project properties and remove the appcompat library. Also, you have minSDK of 16, you don't need appcompat.
0
parikshat91
source
to share