3

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.

  • 2
    Have you tried installing the Android Support Repository from the Android SDK Manager? – Nepho Dec 06 '17 at 09:34
  • Possible duplicate of [Failed to resolve: com.android.support:appcompat-v7:27.+ (Dependency Error)](https://stackoverflow.com/questions/47164768/failed-to-resolve-com-android-supportappcompat-v727-dependency-error) – Amit Vaghela Dec 06 '17 at 09:35
  • Yes sir but i have done after seeing another error. – Shadab Aazam Dec 06 '17 at 09:44
  • No Amit Vaghela Sir this is not about Failed to resolve: com.android.support:appcompat-v7:27.+ (Dependency Error) – Shadab Aazam Dec 06 '17 at 09:45
  • Who has marked as duplicate? – Shadab Aazam Dec 06 '17 at 09:48
  • compile 'com.android.support:appcompat-v7:26.2.0' try this – Tara Dec 06 '17 at 09:54
  • Sir i am not using ' com.android.support:appcompat-v7:27.+' library. v7:25 is being used – Shadab Aazam Dec 06 '17 at 10:03
  • compile 'com.android.support:appcompat-v7:25.3.1' is being used in my project. – Shadab Aazam Dec 06 '17 at 10:06
  • @ShadabAazam show us your gradle dependencies here – Tara Dec 06 '17 at 10:30
  • compile 'com.android.support:appcompat-v7:25.3.1' compile 'com.android.support:design:25.3.1' compile 'com.jakewharton:butterknife:7.0.1' compile 'com.jakewharton.timber:timber:4.1.0' compile 'org.greenrobot:eventbus:3.0.0' compile "com.squareup.retrofit2:converter-gson:${RETROFIT_VERSION}" compile 'com.squareup.okhttp3:logging-interceptor:3.0.1' – Shadab Aazam Dec 06 '17 at 10:47
  • compile 'com.google.code.gson:gson:2.5' compile "com.squareup.retrofit2:retrofit:${RETROFIT_VERSION}" compile 'com.facebook.android:facebook-android-sdk:[4,5)' compile 'com.kyanogen.signatureview:signature-view:1.1@aar' compile 'com.github.bumptech.glide:glide:3.8.0' – Shadab Aazam Dec 06 '17 at 10:48
  • @Waleem Asim Sir this is complete dependencies of gradle – Shadab Aazam Dec 06 '17 at 10:49

1 Answers1

3

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'