dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.android.support:design:25.3.1'
testCompile 'junit:junit:4.12'
// ButterKnife
compile 'com.jakewharton:butterknife:8.8.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
// Parse SDK
compile 'com.parse:parse-android:1.16.0'
}
To są zależności między aplikacjami. Nie wiem, co zrobić, aby to rozwiązać. Próbowałem już zainstalować z SDK Manager Android SDK Build Tools 26.0.1, a także mam najnowszą wersję wsparcia dla systemu Android.Nie można rozwiązać problemu com.android.support:support-annotations 26.0.1
Możliwy duplikat [udało się rozwiązać: com.android.support:appcompat-v7:26.0.0](https://stackoverflow.com/questions/45357000/failed-to-resolve -com-android-supportappcompat-v726-0-0) –