Android build failing [SOLVED]

Unable to build for Android at this time because of download errors with gradle.

Getting a 403 error when the build tries to download http://services.gradle.org/distributions/gradle-2.10-bin.zip - the url should be using https or it wont download. Manually did download this but get similar error afterwards also

A problem occurred configuring root project ‘bin’.
Could not resolve all dependencies for configuration ‘:classpath’.
Could not resolve com.android.tools.build:gradle:2.1.0.
Required by:
:bin:unspecified
Could not resolve com.android.tools.build:gradle:2.1.0.
Could not get resource ‘http://jcenter.bintray.com/com/android/tools/build/gradle/2.1.0/gradle-2.1.0.pom’.
Could not GET ‘http://jcenter.bintray.com/com/android/tools/build/gradle/2.1.0/gradle-2.1.0.pom’. Received status code 403 from server: Forbidden

Same thing here - should be https!
Does the build script need to be updated?

1 Like

Ok. The latest release of Lime 7.7.0 solves this issue! Thanks!

2 Likes

Update Lime to 7.7.0 solved for me too, thanks!

1 Like