Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gradlew Cc fails #13

Open
otusweb opened this issue Sep 29, 2016 · 2 comments
Open

gradlew Cc fails #13

otusweb opened this issue Sep 29, 2016 · 2 comments

Comments

@otusweb
Copy link

otusweb commented Sep 29, 2016

The i run
./gradlew Cc

I get the following error:

FAILURE: Build failed with an exception.

* What went wrong:
Task 'Cc' not found in root project 'aws-device-farm-sample-app-for-android-master'.

* Try:
Run gradlew tasks to get a list of available tasks. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 5.926 secs

Looks like there is no task Cc defined. I'm new to android, so maybe i missed something.

I'm on Mac OS X 10.12 android studio 2.1.3

@nikhil-dabhade
Copy link
Contributor

The command you mentioned is "./gradlew Cc"
whereas the documentation has "./gradlew cC"

Notice the difference in the order of "cC". That most likely is your problem :)
Closing this issue. If you still run in to problem please open a new issue.

@otusweb
Copy link
Author

otusweb commented Mar 6, 2017

fair enough

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants