aws-samples / aws-samples/aws-device-farm-sample-app-for-android
gradlew Cc fails
- Dominant language
- Java
- Stars
- 174
- Forks
- 205
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
Research direction
Start by running ./gradlew tasks in the repository root and inspect the available Gradle tasks related to the reported Cc command. Confirm whether Cc is expected to exist or whether the issue should explain a different command; done means the correct command or required task is clearly identified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- build-system, mobile
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100