hammundo / BlackjackAndroidApp

0 stars 0 forks source link

Does not build successfully #14

Closed eganjs closed 4 years ago

eganjs commented 5 years ago
$ gradle clean build
Starting a Gradle Daemon, 1 incompatible and 1 stopped Daemons could not be reused, use --status for details

FAILURE: Build failed with an exception.

* Where:
Build file 'C:\...\BlackjackAndroidApp\app\build.gradle' line: 1

* What went wrong:
A problem occurred evaluating root project 'app'.
> Plugin with id 'com.android.application' not found.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 24s
eganjs commented 4 years ago

The build is still failing, see below for the log

(base) ➜  BlackjackAndroidApp git:(master) ✗ ./gradlew clean build             
> Task :app:lint FAILED

FAILURE: Build failed with an exception.

* What went wrong:
A problem was found with the configuration of task ':app:lint'.
> No value has been specified for property 'lintClassPath'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1s
3 actionable tasks: 1 executed, 2 up-to-date
hammundo commented 4 years ago

Added sdk, component-tools and system image dependencies and marked gradlew as an execuatable. Now builds with Travis CI, closing this issue.