org.gradle.api.resources.ResourceException: Could not get resource in Android Studio 3.2 [closed]
i tried to sync the gradle and i got this problem can anyone help me?
org.gradle.api.resources.ResourceException: Could not get resource 'https://dl.google.com/dl/android/maven2/com/google/firebase/firebase-measurement-connector-impl/17.0.3/firebase-measurement-connector-impl-17.0.3-javadoc.jar'.
and is this problem related to why i cannot my app to firebase?

Selvin's edit:
steps to reproduce: create any project andorid project with dependecies
dependencies
implementation 'com.google.firebase:firebase-core:16.0.5'
(for me it's compile) gradle 4.6 with
dependencies
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.google.gms:google-services:4.2.0'
but spams Build->Sync log with
Download https://dl.google.com/dl/android/maven2/com/google/firebase/firebase-core/16.0.5/firebase-core-16.0.5-javadoc.jar
Download https://dl.google.com/dl/android/maven2/com/google/firebase/firebase-measurement-connector-impl/17.0.3/firebase-measurement-connector-impl-17.0.3-javadoc.jar
if you try to open both urls they return HTTP 204(No Content)
Question how to stop gradle from spamming with those messages for every sync?
closed as off-topic by hellow, stealthyninja, Peter Haddad, Mark Rotteveel, 0X0nosugar Nov 11 at 13:53
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions seeking debugging help ("why isn't this code working?") must include the desired behavior, a specific problem or error and the shortest code necessary to reproduce it in the question itself. Questions without a clear problem statement are not useful to other readers. See: How to create a Minimal, Complete, and Verifiable example." – hellow, stealthyninja, Peter Haddad, Mark Rotteveel, 0X0nosugar
|
show 7 more comments
i tried to sync the gradle and i got this problem can anyone help me?
org.gradle.api.resources.ResourceException: Could not get resource 'https://dl.google.com/dl/android/maven2/com/google/firebase/firebase-measurement-connector-impl/17.0.3/firebase-measurement-connector-impl-17.0.3-javadoc.jar'.
and is this problem related to why i cannot my app to firebase?

Selvin's edit:
steps to reproduce: create any project andorid project with dependecies
dependencies
implementation 'com.google.firebase:firebase-core:16.0.5'
(for me it's compile) gradle 4.6 with
dependencies
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.google.gms:google-services:4.2.0'
but spams Build->Sync log with
Download https://dl.google.com/dl/android/maven2/com/google/firebase/firebase-core/16.0.5/firebase-core-16.0.5-javadoc.jar
Download https://dl.google.com/dl/android/maven2/com/google/firebase/firebase-measurement-connector-impl/17.0.3/firebase-measurement-connector-impl-17.0.3-javadoc.jar
if you try to open both urls they return HTTP 204(No Content)
Question how to stop gradle from spamming with those messages for every sync?
closed as off-topic by hellow, stealthyninja, Peter Haddad, Mark Rotteveel, 0X0nosugar Nov 11 at 13:53
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions seeking debugging help ("why isn't this code working?") must include the desired behavior, a specific problem or error and the shortest code necessary to reproduce it in the question itself. Questions without a clear problem statement are not useful to other readers. See: How to create a Minimal, Complete, and Verifiable example." – hellow, stealthyninja, Peter Haddad, Mark Rotteveel, 0X0nosugar
1
Hey guys, I got the same issue today for firebase-core:16.0.6, did you find any solution?
– KasliCo
Dec 5 at 23:01
3
I've created the issue but if they will not resolve this permanently it will prolly appear with next version this library
– Selvin
Dec 6 at 12:33
2
@RohitKaradkar my workaround, I back to com.android.tools.build:gradle:3.0.0 and all solved.
– Clamorious
Dec 13 at 20:22
1
@RohitKaradkar the info about how to get a question re-opened is here. I believe Selvin's edit addressed the reason for closure in that he provided code to reproduce the issue and the desired result. According to the help center it looks like we now need people with 3000+ rep to vote for the question to be re-opened.
– jk7
Dec 13 at 20:46
1
@Clamorious Only your solution worked for me. Thanks.
– Aram
Dec 17 at 13:04
|
show 7 more comments
i tried to sync the gradle and i got this problem can anyone help me?
org.gradle.api.resources.ResourceException: Could not get resource 'https://dl.google.com/dl/android/maven2/com/google/firebase/firebase-measurement-connector-impl/17.0.3/firebase-measurement-connector-impl-17.0.3-javadoc.jar'.
and is this problem related to why i cannot my app to firebase?

Selvin's edit:
steps to reproduce: create any project andorid project with dependecies
dependencies
implementation 'com.google.firebase:firebase-core:16.0.5'
(for me it's compile) gradle 4.6 with
dependencies
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.google.gms:google-services:4.2.0'
but spams Build->Sync log with
Download https://dl.google.com/dl/android/maven2/com/google/firebase/firebase-core/16.0.5/firebase-core-16.0.5-javadoc.jar
Download https://dl.google.com/dl/android/maven2/com/google/firebase/firebase-measurement-connector-impl/17.0.3/firebase-measurement-connector-impl-17.0.3-javadoc.jar
if you try to open both urls they return HTTP 204(No Content)
Question how to stop gradle from spamming with those messages for every sync?
i tried to sync the gradle and i got this problem can anyone help me?
org.gradle.api.resources.ResourceException: Could not get resource 'https://dl.google.com/dl/android/maven2/com/google/firebase/firebase-measurement-connector-impl/17.0.3/firebase-measurement-connector-impl-17.0.3-javadoc.jar'.
and is this problem related to why i cannot my app to firebase?

Selvin's edit:
steps to reproduce: create any project andorid project with dependecies
dependencies
implementation 'com.google.firebase:firebase-core:16.0.5'
(for me it's compile) gradle 4.6 with
dependencies
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.google.gms:google-services:4.2.0'
but spams Build->Sync log with
Download https://dl.google.com/dl/android/maven2/com/google/firebase/firebase-core/16.0.5/firebase-core-16.0.5-javadoc.jar
Download https://dl.google.com/dl/android/maven2/com/google/firebase/firebase-measurement-connector-impl/17.0.3/firebase-measurement-connector-impl-17.0.3-javadoc.jar
if you try to open both urls they return HTTP 204(No Content)
Question how to stop gradle from spamming with those messages for every sync?
edited Nov 21 at 17:00
Selvin
6,31622737
6,31622737
asked Nov 11 at 7:18
khairy mahdi
13115
13115
closed as off-topic by hellow, stealthyninja, Peter Haddad, Mark Rotteveel, 0X0nosugar Nov 11 at 13:53
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions seeking debugging help ("why isn't this code working?") must include the desired behavior, a specific problem or error and the shortest code necessary to reproduce it in the question itself. Questions without a clear problem statement are not useful to other readers. See: How to create a Minimal, Complete, and Verifiable example." – hellow, stealthyninja, Peter Haddad, Mark Rotteveel, 0X0nosugar
closed as off-topic by hellow, stealthyninja, Peter Haddad, Mark Rotteveel, 0X0nosugar Nov 11 at 13:53
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions seeking debugging help ("why isn't this code working?") must include the desired behavior, a specific problem or error and the shortest code necessary to reproduce it in the question itself. Questions without a clear problem statement are not useful to other readers. See: How to create a Minimal, Complete, and Verifiable example." – hellow, stealthyninja, Peter Haddad, Mark Rotteveel, 0X0nosugar
1
Hey guys, I got the same issue today for firebase-core:16.0.6, did you find any solution?
– KasliCo
Dec 5 at 23:01
3
I've created the issue but if they will not resolve this permanently it will prolly appear with next version this library
– Selvin
Dec 6 at 12:33
2
@RohitKaradkar my workaround, I back to com.android.tools.build:gradle:3.0.0 and all solved.
– Clamorious
Dec 13 at 20:22
1
@RohitKaradkar the info about how to get a question re-opened is here. I believe Selvin's edit addressed the reason for closure in that he provided code to reproduce the issue and the desired result. According to the help center it looks like we now need people with 3000+ rep to vote for the question to be re-opened.
– jk7
Dec 13 at 20:46
1
@Clamorious Only your solution worked for me. Thanks.
– Aram
Dec 17 at 13:04
|
show 7 more comments
1
Hey guys, I got the same issue today for firebase-core:16.0.6, did you find any solution?
– KasliCo
Dec 5 at 23:01
3
I've created the issue but if they will not resolve this permanently it will prolly appear with next version this library
– Selvin
Dec 6 at 12:33
2
@RohitKaradkar my workaround, I back to com.android.tools.build:gradle:3.0.0 and all solved.
– Clamorious
Dec 13 at 20:22
1
@RohitKaradkar the info about how to get a question re-opened is here. I believe Selvin's edit addressed the reason for closure in that he provided code to reproduce the issue and the desired result. According to the help center it looks like we now need people with 3000+ rep to vote for the question to be re-opened.
– jk7
Dec 13 at 20:46
1
@Clamorious Only your solution worked for me. Thanks.
– Aram
Dec 17 at 13:04
1
1
Hey guys, I got the same issue today for firebase-core:16.0.6, did you find any solution?
– KasliCo
Dec 5 at 23:01
Hey guys, I got the same issue today for firebase-core:16.0.6, did you find any solution?
– KasliCo
Dec 5 at 23:01
3
3
I've created the issue but if they will not resolve this permanently it will prolly appear with next version this library
– Selvin
Dec 6 at 12:33
I've created the issue but if they will not resolve this permanently it will prolly appear with next version this library
– Selvin
Dec 6 at 12:33
2
2
@RohitKaradkar my workaround, I back to com.android.tools.build:gradle:3.0.0 and all solved.
– Clamorious
Dec 13 at 20:22
@RohitKaradkar my workaround, I back to com.android.tools.build:gradle:3.0.0 and all solved.
– Clamorious
Dec 13 at 20:22
1
1
@RohitKaradkar the info about how to get a question re-opened is here. I believe Selvin's edit addressed the reason for closure in that he provided code to reproduce the issue and the desired result. According to the help center it looks like we now need people with 3000+ rep to vote for the question to be re-opened.
– jk7
Dec 13 at 20:46
@RohitKaradkar the info about how to get a question re-opened is here. I believe Selvin's edit addressed the reason for closure in that he provided code to reproduce the issue and the desired result. According to the help center it looks like we now need people with 3000+ rep to vote for the question to be re-opened.
– jk7
Dec 13 at 20:46
1
1
@Clamorious Only your solution worked for me. Thanks.
– Aram
Dec 17 at 13:04
@Clamorious Only your solution worked for me. Thanks.
– Aram
Dec 17 at 13:04
|
show 7 more comments
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
1
Hey guys, I got the same issue today for firebase-core:16.0.6, did you find any solution?
– KasliCo
Dec 5 at 23:01
3
I've created the issue but if they will not resolve this permanently it will prolly appear with next version this library
– Selvin
Dec 6 at 12:33
2
@RohitKaradkar my workaround, I back to com.android.tools.build:gradle:3.0.0 and all solved.
– Clamorious
Dec 13 at 20:22
1
@RohitKaradkar the info about how to get a question re-opened is here. I believe Selvin's edit addressed the reason for closure in that he provided code to reproduce the issue and the desired result. According to the help center it looks like we now need people with 3000+ rep to vote for the question to be re-opened.
– jk7
Dec 13 at 20:46
1
@Clamorious Only your solution worked for me. Thanks.
– Aram
Dec 17 at 13:04