My project was working very fine, but until one day, when I uploaded my project to github. I don\'t know if this issue is related to that but today when I compiled my androi
Facebook updated their SDK to use the latest support libraries. You could replace
compile 'com.facebook.android:facebook-android-sdk:[4,5)'
with
compile 'com.facebook.android:facebook-android-sdk:4.16.1'
if you do not want to update your android sdk just yet.