Error in building

Hello I have frustrating error in ionic build package. I can`t find any resolution on web.

You have been opted out of telemetry. To change this, run: cordova telemetry on.
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-gcm:9.8+.
     Searched in the following locations:
         https://repo1.maven.org/maven2/com/google/android/gms/play-services-gcm/maven-metadata.xml
         https://repo1.maven.org/maven2/com/google/android/gms/play-services-gcm/
         file:/usr/local/src/android-sdk-linux/extras/android/m2repository/com/google/android/gms/play-services-gcm/maven-metadata.xml
         file:/usr/local/src/android-sdk-linux/extras/android/m2repository/com/google/android/gms/play-services-gcm/
         file:/usr/local/src/android-sdk-linux/extras/google/m2repository/com/google/android/gms/play-services-gcm/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: 2.797 secs
Error: Error code 1 for command: /home/package/workspace/apps-ed16775e-227/cordova/platforms/android/gradlew with args: cdvBuildDebug,-b,/home/package/workspace/apps-ed16775e-227/cordova/platforms/android/build.gradle,-Dorg.gradle.daemon=true,-Pandroid.useDeprecatedNdk=true

This may be due to google play services may be included in your project more than once. Go to Build.graddle file and verify it properly

locally: update your android tools through Android SDK Manager by scrolling down to “Extras”. Make sure that all Google Play services/libraries and “Google Repository” are up to date. Then build again.

ionic cloud: wait for an actual fix from team ionic. meanwhile build your APKs locally.

More info on this topic can be found here:

And here: