I'm trying to run an android app that was working fine on another computer, but now I am getting an error when I import it. Its telling me that these two libraries are missing:
appcompat_v7\libs\android-support-v4.jar
""\""\android-support-v7-appcompat.jar
I've looked at a lot of other fixes for this error online but it wont work for me. When I go right click and go to package properties, it wont allow me to import thee libraries, they're not there. Also when I right click>android>add
support libraries, and after it finished, still same error. I am 99% sure I have android SDK installed correctly. What else could be causing this?
Here's the project.properties
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
target=android-21
android.library=false
android.library.reference.1=../../workspace/appcompat_v7
Thanks