Próbuję uzyskać lokalizację i aktualizację do serwera w moja aplikacja na Androida. To jest mój kod Gradle, tutaj zawarłem compile 'com.google.android.gms:play-services:11.2.0'
. Ta linia jest from the documentation:Błąd: (23, 13) Nie udało się rozwiązać: com.google.android.gms: play-services: 11.2.0 Dawka "Zainstaluj repozytorium i projekt synchronizacji" nie działa
dependencies {
compile 'com.google.android.gms:play-services:11.2.0'
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.android.support:design:25.3.1'
compile 'com.android.support.constraint:constraint-layout:1.0.2'
compile 'com.android.support:support-v4:25.3.1'
}
Ale to błąd pojawia się:
Error:(23, 13) Failed to resolve: com.google.android.gms:play-services:11.2.0
Install Repository and sync project
Show in File
Show in Project Structure dialog
Kliknięcie w "Install repozytorium projektu SYNC" nie działa.
Prawdopodobny duplikat [Nie można rozwiązać: com.google.firebase: firebase-core: 11.2.0] (https://stackoverflow.com/questions/45696551/failed-to-resolve-com-google- firebasefirebase-core11-2-0) – Darush