Closed deephole closed 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.
Or it might be the same problem as here https://stackoverflow.com/q/45236098. @deephole can you confirm that ClientId is not missing?
./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.
Where: Build file '/Users/dhole/Desktop/gh4a-master/app/build.gradle' line: 48
What went wrong: A problem occurred evaluating project ':app'.
Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED