The application was able to execute before updating my android studio,this is the error I am getting:
Error:Execution failed for task \':app:dexDebug\'. >
I fixed that adding:
compile ('com.facebook.android:facebook-android-sdk:3.22.0@aar'){ exclude module: 'support-v4' }