I create an Android-application. Have imported all my SDKs (GoogleSDK, FacebookSDK, AppCompatSDK)
Right-click on my project -> properties -> Android -> Add my 3 SDKs. Press on Apply and get this error:
Found 3 versions of android-support-v4.jar in the dependency list, but not all the versions are identical (check is based on SHA-1 only at this time). All versions of the libraries must be the same at this time.
What should I do? The project isnt red, there is nothing red in Order and Export, & Libraries
( This app will work from API 8 & above )
P.S If you know any link to a good tutorial there it shows how to make loginbutton for FacebookSDK 3.5, login and go back to a new Activity would be nice. Just login & signout, nothing more.
Thank you.