I have encountered a similar error today and the reason was that the support library was referenced by two library projects used by my app project but with different versions.
In more details: My app depends on 2 library projects
To solve the problem I had to make FaceBookSDK library depend on ABS library instead of the support library directly.