org.gradle.api.resources.ResourceException: Could not get resource in Android Studio 3.2 [closed]










26














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?



all error that i got



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


logsif 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?










share|improve this question















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
If this question can be reworded to fit the rules in the help center, please edit the question.








  • 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















26














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?



all error that i got



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


logsif 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?










share|improve this question















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
If this question can be reworded to fit the rules in the help center, please edit the question.








  • 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













26












26








26


8





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?



all error that i got



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


logsif 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?










share|improve this question















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?



all error that i got



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


logsif 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?







android firebase






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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
If this question can be reworded to fit the rules in the help center, please edit the question.




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
If this question can be reworded to fit the rules in the help center, please edit the question.







  • 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




    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

















active

oldest

votes






















active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes

Popular posts from this blog

Kleinkühnau

Makov (Slowakei)

Deutsches Schauspielhaus