chemerisuk / cordova-support-google-services

DEPRECATED. Cordova plugin to add google services support
MIT License
41 stars 107 forks source link

Could not find play-services-measurement-base.aar (com.google.android.gms:play-services-measurement-base:15.0.2) #19

Closed andreszs closed 5 years ago

andreszs commented 5 years ago

I'm suddenly getting this error after removing and readding the android platform:

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'android'.
> Could not find play-services-measurement-base.aar (com.google.android.gms:play-services-measurement-base:15.0.2).
  Searched in the following locations:
      https://jcenter.bintray.com/com/google/android/gms/play-services-measurement-base/15.0.2/play-services-measurement
-base-15.0.2.aar

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Picked up _JAVA_OPTIONS: -Xmx512M

I've already edited build.gradle as suggested in certain topics:

repositories {
    maven { url 'https://maven.google.com' }
        jcenter()
}
chemerisuk commented 5 years ago

@andreszs was this issue resolved on your side?