You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
The i run
./gradlew Cc
I get the following error:
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
The text was updated successfully, but these errors were encountered: