Oh geez. Your build failed. Sorry, but a problem occurred on the build server - on Android

  • 1
  • Problem
  • Updated 5 years ago
  • Not a Problem
I'm getting with for Android.

Oh geez. Your build failed. Sorry, but a problem occurred on the build server

It works fine on iOS, and used to work fine on Android too for that app. The App ID is 1428999.
I've tried reuploading the code and rebuilding, different certs, nothing seems to help.
Photo of iconico

iconico

  • 16 Posts
  • 0 Reply Likes

Posted 5 years ago

  • 1
Photo of Amir

Amir

  • 8261 Posts
  • 263 Reply Likes
Hi

It show: Error - Your Android signing key is locked.

Have you manage to unlock the key and rebuild?
Photo of iconico

iconico

  • 16 Posts
  • 0 Reply Likes
It is unlocked!
In the log file it says:

BUILD FAILED
/home/ec2-user/android-sdk/tools/ant/build.xml:573: ../../../../../../home/ec2-user/android-sdk/com.google.android.gms:play-services-location:7.3.0 resolve to a path with no project.properties file for project /project
Photo of iconico

iconico

  • 16 Posts
  • 0 Reply Likes
Please help, this is still happening!
Photo of Amir

Amir

  • 8261 Posts
  • 263 Reply Likes
Hi Iconico

This plugin cause it failing to build
<gap:plugin name="com.incentfit.cordova.background-geolocation" />


Please fix

Thanks
Photo of iconico

iconico

  • 16 Posts
  • 0 Reply Likes
Ok it looks like PhoneGapBuild only supports the <dependency /> mechanism, replacing the <framework /> here to include google-play-services, a cordova-plugin which has been publicly deprecated by its author.

<dependency id="com.google.playservices" url="https://github.com/MobileChromeApps/google-play-services.git" />


So, why can't I compile <framework src="com.google.android.gms:play-services-location:7.3.0" /> from the Android SDK??
Photo of iconico

iconico

  • 16 Posts
  • 0 Reply Likes
Now PhoneGap supports gradle this should be fine