slapperwan / gh4a

Github client for Android
Apache License 2.0
1.71k stars 220 forks source link

build fails #659

Closed deephole closed 7 years ago

deephole commented 7 years ago

./gradlew clean build failed with following message: ./gradlew clean build Downloading https://services.gradle.org/distributions/gradle-3.3-all.zip ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... Unzipping /Users/dhole/.gradle/wrapper/dists/gradle-3.3-all/2n0i7hqatcbtk57vvql575dbap/gradle-3.3-all.zip to /Users/dhole/.gradle/wrapper/dists/gradle-3.3-all/2n0i7hqatcbtk57vvql575dbap Set executable permissions for: /Users/dhole/.gradle/wrapper/dists/gradle-3.3-all/2n0i7hqatcbtk57vvql575dbap/gradle-3.3/bin/gradle Starting a Gradle Daemon (subsequent builds will be faster) Download https://maven.fabric.io/public/io/fabric/tools/gradle/1.24.0/gradle-1.24.0.pom Download https://maven.fabric.io/public/io/fabric/tools/gradle/1.24.0/gradle-1.24.0.jar Checking the license for package Android SDK Platform 24 in /Users/dhole/Library/Android/sdk/licenses License for package Android SDK Platform 24 accepted. Preparing "Install Android SDK Platform 24 (revision: 2)". "Install Android SDK Platform 24 (revision: 2)" ready. Finishing "Install Android SDK Platform 24 (revision: 2)" Installing Android SDK Platform 24 in /Users/dhole/Library/Android/sdk/platforms/android-24 "Install Android SDK Platform 24 (revision: 2)" complete. "Install Android SDK Platform 24 (revision: 2)" finished.

FAILURE: Build failed with an exception.

BUILD FAILED

Tunous commented 7 years ago

Make sure to follow the steps described in How to Build OctoDroid.

As far as I can tell the error means that ClientId is missing.

Tunous commented 7 years ago

Or it might be the same problem as here https://stackoverflow.com/q/45236098. @deephole can you confirm that ClientId is not missing?