Facebook SDK 연동 후 'must use the exact same version specification' 경고 해결방법
Facebook SDK를 연동한 후에 appcompat 라이브러리에서 'must use the exact same version specification'이라는 경고가 발생할 수 있습니다.
이런 경우에는 support 라이브러리와 동일한 버전의 cardview와 customtabs를 추가하면 해결됩니다:
compile 'com.android.support:cardview-v7:27.0.2'
compile 'com.android.support:customtabs:27.0.2'
둘 중 하나만 추가해도 해결되는 경우도 있지만, 때때로 두 개 모두 추가해야 오류가 해결될 수도 있습니다.
0 개의 댓글:
Post a Comment