I am getting the following error trying to build my APK:
uses-sdk:minSdkVersion 14 cannot be smaller than version 15 declared in library [com.facebook.android:facebook-android-sdk:4.6.0] /Users/jack/...
Suggestion: use tools:overrideLibrary="com.facebook" to force usage
Even after I add the tools:overrideLibrary
line to my AndroidManifest
, I clean and build the project and receive the exact same failure message.
Has anyone experienced this issue before? I have looked through some similar SO questions and none of the solutions are the fix I am looking for.