-
Notifications
You must be signed in to change notification settings - Fork 233
Unable to load Maven meta-data #428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
try updating the distributionUrl to "distributionUrl=https://services.gradle.org/distributions/gradle-6.5-bin.zip" or some other newer version. It worked for me. |
Thanks that worked but when publishing new release the app crash because of another plugin (image_picker), I think this time I have to upgrade to Null Safety |
im using https://services.gradle.org/distributions/gradle-6.7-all.zip but not working |
Did anyone find a solution? because I also get this error
|
It did not work for me and I still have the following errors... `
|
@fukemy @BarbaraLest @bagus-repository I'm experiencing below error, i tried all the above solutions but none of them worked. Error log Unable to apply changes on device: emulator-5554. Error is: Command ./gradlew failed with exit code 1. |
same problem, I switch jcenter() to mavenCentral() in android/build.gradle but it seems to still serching in those servers, now I'm getting the next log:
|
I think the Jcenter.bintray.com is deprecated |
Facing the same issue with below error:
|
Unable to load Maven meta-data from https://jcenter.bintray.com/com/android/support/support-v4/maven-metadata.xml. |
Error in this moment: Execution failed for task ':app:mergeDebugAssets'.
|
I have found a solution here flutter/flutter#94400 (comment) the updgrade takes some time but it seems pretty good |
is solved now |
<!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
.MsoChpDefault
{mso-style-type:export-only;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
-->Yes Thanks & RegardsPradeep ***@***.***+91-9670038997 | 9838947705 From: Cristhian RiveraSent: Tuesday, January 18, 2022 3:01 AMTo: OneSignal/OneSignal-Flutter-SDKCc: pradeepdev001; CommentSubject: Re: [OneSignal/OneSignal-Flutter-SDK] Unable to load Maven meta-data (#428) is solved now—Reply to this email directly, view it on GitHub, or unsubscribe.Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you commented.Message ID: ***@***.***>
|
FAILURE: Build failed with an exception.
today i am facing same issue recently . |
Description:
Run and build failed with this errors :
> Failed to list versions for com.google.android.gms:play-services-location. > Unable to load Maven meta-data from https://google.bintray.com/exoplayer/com/google/android/gms/play-services-location/maven-metadata.xml. > Could not get resource 'https://google.bintray.com/exoplayer/com/google/android/gms/play-services-location/maven-metadata.xml'. > Could not GET 'https://google.bintray.com/exoplayer/com/google/android/gms/play-services-location/maven-metadata.xml'. Received status code 403 from server: Forbidden
Environment
Steps to Reproduce Issue:
The text was updated successfully, but these errors were encountered: