在学习Android编程权威指南第7章的内容,按照书上例子,使用支持库
dependencies {
    implementation 'com.android.support:support-v4:26.0.0-beta1'
    implementation fileTree(include: ['*.jar'], dir: 'libs')
    implementation 'com.android.support:appcompat-v7:26.0.0-beta1'
    implementation 'com.android.support.constraint:constraint-layout:1.0.2'
    testImplementation 'junit:junit:4.12'
    androidTestImplementation 'com.android.support.test:runner:0.5'
    androidTestImplementation 'com.android.support.test.espresso:espresso-core:2.2.2'
}执行同步后  Sync Project with Gradle Files 报错
15:02 Gradle sync failed: Could not resolve all dependencies for configuration ':app:debugRuntimeClasspath'.
Could not determine artifacts for com.android.support:support-v4:26.0.0-beta1
Could not get resource 'https://dl.google.com/dl/android/maven2/com/android/support/support-v4/26.0.0-beta1/support-v4-26.0.0-beta1.aar'.
Could not HEAD 'https://dl.google.com/dl/android/maven2/com/android/support/support-v4/26.0.0-beta1/support-v4-26.0.0-beta1.aar'.
dl.google.com
Consult IDE log for more details (Help | Show Log) (51s 183ms)