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'
}
Bu benim app gradle bağımlılıklarıdır. Bunu çözmek için ne yapacağımı bilmiyorum. Ben Araçlar 26.0.1 kurmak SDK Müdürü Android SDK yüklü çalıştı ettik ve aynı zamanda Android desteğin en son sürümüne sahip.com.android.support:support-annotations özümlenemedi. 26.0.1
Olası yinelenen: com.android.support:appcompat-v7:26.0.0](https://stackoverflow.com/questions/45357000/failed-to-resolve -COM-android-supportappcompat-v726-0-0) –