Gradle build failure from source
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.1k
- Forks
- 221
- PR merge metrics
- No merged PRs in 30d
Description
Steps to reproduce:
git clone https://github.com/microg/UnifiedNlp
cd UnifiedNlp
./gradlew build
Error:
Can't compile source code with Gradle
Configure project :compat
Evaluating project ':compat' using build file 'C:\Users\Administrator\Desktop\UnifiedNlp\compat\build.gradle'.
FAILURE: Build failed with an exception.
-
Where:
Build file 'C:\Users\Administrator\Desktop\UnifiedNlp\compat\build.gradle' line: 11 -
What went wrong:
A problem occurred evaluating project ':compat'.
C:\Users\Administrator\Desktop\UnifiedNlp\local.properties (The system cannot find the file specified)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Clone UnifiedNlp and run ./gradlew build to reproduce the failure. Inspect compat/build.gradle at line 11 and the missing local.properties reference. Done means the project can compile from a fresh clone without the reported missing-file failure.
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
- Mostly clear
- Newbie friendliness
- 35/100