3.7.0から4.2.0へのグライドをアップグレードしようとしますが、Androidのメーカーは不満:エラー:解決に失敗しました:com.android.support:support-annotations:26.0.2
Error:Failed to resolve: com.android.support:support-annotations:26.0.2 Install Repository and sync project
Open File
Show in Project Structure dialogError:Failed to resolve: com.android.support:support-annotations:26.0.2 Install Repository and sync project
Open File
Show in Project Structure dialog
を私が変えてみました私locuslabs-android-sdk/sdk/build.gradle
としては、次のとおりです。
から:
compile "com.github.bumptech.glide:glide:${glide}"
へ:
compile("com.github.bumptech.glide:glide:${glide}") {
exclude module: 'com.android.support:support-annotations'
}
でも、Android Studioでは、同じエラーメッセージが表示されました。
を実行するか、またはあなたが3.0 AS上にある場合、そしてちょうど 'Googleに追加()'。 – Apsaliya