I import my android project and it's giving errors saying anroid.support cannot be resolved? I tried importing the appcompat in the folder of the ADT sdk, but it returns an error saying unable to resolve target 'android-19'. Then, as I try to add the dependency, I have two libaries with x's and when I press add and add the v7 appcompat and press ok, it says the dependencies are mismatched. Any help?
Console:
[2014-07-18 20:00:32 - android-support-v7-appcompat] Unable to resolve target 'android-19'
[2014-07-18 20:00:32 - android-support-v7-appcompat] Unable to resolve target 'android-19'
[2014-07-18 20:00:32 - android-support-v7-appcompat] Unable to resolve target 'android-19'
[2014-07-18 20:01:27 - mySwapp] Found 2 versions of android-support-v4.jar in the dependency list,
[2014-07-18 20:01:27 - mySwapp] but not all the versions are identical (check is based on SHA-1 only at this time).
[2014-07-18 20:01:27 - mySwapp] All versions of the libraries must be the same at this time.
[2014-07-18 20:01:27 - mySwapp] Versions found are:
[2014-07-18 20:01:27 - mySwapp] Path: C:\Users\Sruj\Documents\myswappandroid\libs\android-support-v4.jar
[2014-07-18 20:01:27 - mySwapp] Length: 648327
[2014-07-18 20:01:27 - mySwapp] SHA-1: ded9acc6a9792b8f1afc470f0c9cd36d178914cd
[2014-07-18 20:01:27 - mySwapp] Path: C:\Users\Sruj\Documents\adt-bundle-windows-x86_64-20140702\adt-bundle-windows-x86_64-20140702\sdk\extras\android\support\v7\appcompat\libs\android-support-v4.jar
[2014-07-18 20:01:27 - mySwapp] Length: 758727
[2014-07-18 20:01:27 - mySwapp] SHA-1: efec67655f6db90757faa37201efcee2a9ec3507
[2014-07-18 20:01:27 - mySwapp] Jar mismatch! Fix your dependencies