在app目录中的build.gradle中的andorid节点里添加如下配置:

//解决support-annotations版本冲突
configurations.all {
    resolutionStrategy.force 'com.android.support:support-annotations:26.0.0'
}

如图所示:

Android Studio解决support-annotations版本冲突_版本冲突