Ionic Package: Android builds failing

Yep. I just tried building both dev and prod packages. Confirmed to be working again.

Hello,
i am currently facing the same issueā€¦ionic package failed :

ANDROID_HOME=/usr/local/src/android-sdk-linux
JAVA_HOME=/usr/lib/jvm/java-8-oracle

FAILURE: Build failed with an exception.

  • What went wrong:
    A problem occurred configuring root project ā€˜androidā€™.

Could not resolve all dependencies for configuration ā€˜:_debugCompileā€™.
Could not find any version that matches com.google.android.gms:play-services-maps:10.+.
Searched in the following locations:
https://repo1.maven.org/maven2/com/google/android/gms/play-services-maps/maven-metadata.xml
https://repo1.maven.org/maven2/com/google/android/gms/play-services-maps/
file:/usr/local/src/android-sdk-linux/extras/android/m2repository/com/google/android/gms/play-services-maps/maven-metadata.xml
file:/usr/local/src/android-sdk-linux/extras/android/m2repository/com/google/android/gms/play-services-maps/
file:/usr/local/src/android-sdk-linux/extras/google/m2repository/com/google/android/gms/play-services-maps/maven-metadata.xml
Required by:
:android:unspecified
Could not find any version that matches com.google.android.gms:play-services-location:10.+.
Searched in the following locations:
https://repo1.maven.org/maven2/com/google/android/gms/play-services-location/maven-metadata.xml
https://repo1.maven.org/maven2/com/google/android/gms/play-services-location/
file:/usr/local/src/android-sdk-linux/extras/android/m2repository/com/google/android/gms/play-services-location/maven-metadata.xml
file:/usr/local/src/android-sdk-linux/extras/android/m2repository/com/google/android/gms/play-services-location/
file:/usr/local/src/android-sdk-linux/extras/google/m2repository/com/google/android/gms/play-services-location/maven-metadata.xml
Required by:
:android:unspecified

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 14.594 secs
Error: Error code 1 for command: /home/package/workspace/apps-7f224591-125/cordova/platforms/android/gradlew with args: cdvBuildRelease,-b,/home/package/workspace/apps-7f224591-125/cordova/platforms/android/build.gradle,-Dorg.gradle.daemon=true,-Pandroid.useDeprecatedNdk=true

If I remove the cordova-plugin-googlemaps part from my config.xml the build success, but obviously my app does not work anymore because i need this pluginā€¦

am I doing something wrong ?

Thank you in advance.