Reputation: 61
I am facing completely unaware about this error, means why this is being thrown?
Error:Could not find com.android.support:appcompat-v7:27.0.1.
Required by:
accounts-android:app:unspecified
accounts-android:app:unspecified > com.android.support:design:25.3.1
Please install the Android Support Repository from the Android SDK Manager.
but this is not about to Failed to resolve: com.android.support:appcompat-v7:27.+ (Dependency Error) .
Please help me to resolve this issue.
Upvotes: 3
Views: 166
Reputation: 61
I solve the problem by replacing compile 'com.facebook.android:facebook-android-sdk:[4,5)' by 'com.facebook.android:facebook-android-sdk:4.26.0'
Upvotes: 3