Could not find com.gu:option:1.3.
See original GitHub issueBased off #86, since I can’t use @aar
, I am using compile 'net.rdrei.android.dirchooser:library:3.2'
without the @aar
. I get the following error, see https://github.com/guardian/Option/issues/2:
$ gradle runDebug
Starting a new Gradle Daemon for this build (subsequent builds will be faster).
Configuration on demand is an incubating feature.
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project '<>'.
> Could not resolve all dependencies for configuration ':_debugCompile'.
> Could not find com.gu:option:1.3.
Searched in the following locations:
https://plugins.gradle.org/m2/com/gu/option/1.3/option-1.3.pom
https://plugins.gradle.org/m2/com/gu/option/1.3/option-1.3.jar
https://jitpack.io/com/gu/option/1.3/option-1.3.pom
https://jitpack.io/com/gu/option/1.3/option-1.3.jar
file:/<>/.m2/repository/com/gu/option/1.3/option-1.3.pom
file:/<>/.m2/repository/com/gu/option/1.3/option-1.3.jar
file:/<>/android-sdk/extras/android/m2repository/com/gu/option/1.3/option-1.3.pom
file:/<>/android-sdk/extras/android/m2repository/com/gu/option/1.3/option-1.3.jar
file:/<>/android-sdk/extras/google/m2repository/com/gu/option/1.3/option-1.3.pom
file:/<>/android-sdk/extras/google/m2repository/com/gu/option/1.3/option-1.3.jar
Required by:
:<>:unspecified > net.rdrei.android.dirchooser:library:3.2
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 8.188 secs
I am forced to add maven { url 'http://guardian.github.com/maven/repo-releases' }
in repositories
.
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
Could not find com.android.tools.build:gradle:7.3.3. error ...
The "com.android.tools.build:gradle:$version" is what we called Android Gradle Plugin(AGP), its latest stable version is 7.0.4 (until 1st ...
Read more >How to fix "Could not find com.android.tools.build.gradle" error ...
A quick fix is given for error " Could not find com.android.tools.build.gradle" in android studio#build#gradle#AndroidStudio#error.
Read more >Panasonic TXL26C10E User manual | Manualzz
View online (64 pages) or download PDF (3 MB) Panasonic TXL26C10ES, TXL26C10E Operating instructions • TXL26C10ES, TXL26C10E LCD TVs PDF manual download and ......
Read more >report to the lousanto chical coltay
Experiments to determine the possible toxicity of the following substances: 1. ChlorooSEDO. 2. Diphenyl phthalate. 5. Chlorinated diphenyl #1268.
Read more >ANALOG WAY VIO 4K USER MANUAL Pdf Download
PROGRAMMER'S GU NOTE: The VIO 4K unit must be ON and operating (i.e. not in standby mode) to be ... The Web RCS...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Um… why isn’t it marked as dependency or something?
@jaredsburrows Awesome, thanks for raising that!