当我尝试构建时,我的颤振应用程序给了我这个错误有人可以帮助我吗?

Posted

技术标签:

【中文标题】当我尝试构建时,我的颤振应用程序给了我这个错误有人可以帮助我吗?【英文标题】:My flutter app gives me this error when I try to build can anyone help me with that? 【发布时间】:2022-01-07 16:01:25 【问题描述】:
Could not determine the dependencies of task ':app:lintVitalRelease'.

 Could not resolve all artifacts for configuration ':app:debugRuntimeClasspath'.

 Could not resolve org.jitsi.react:jitsi-meet-sdk:3.3.0.

Required by:

project :app > project :jitsi_meet

 Could not resolve org.jitsi.react:jitsi-meet-sdk:3.3.0.

 Could not get the resource 'https://google.bintray.com/exoplayer/org/jitsi/react/jitsi-meet-sdk/3.3.0/jitsi-meet-sdk-3.3.0.pom'.

 Could not HEAD 'https://google.bintray.com/exoplayer/org/jitsi/react/jitsi-meet-sdk/3.3.0/jitsi-meet-sdk-3.3.0.pom'. Received status code 502 from server: Bad Gateway

如何解决这个错误所有代码都可以正常工作我醒来时只是去睡觉并尝试构建一个应用程序它给我一个错误并且我的网络完美

【问题讨论】:

当你构建你的 apk 时,你连接到互联网了吗? 你要发布你的应用吗? 我也遇到了同样的问题,你有解决办法吗? 【参考方案1】:

Bintray 已被 JFRog 关闭:Into the Sunset on May 1st: Bintray, GoCenter, and ChartCenter。至于ExoPlayer,根据project's page:

ExoPlayer 模块可以从the Google Maven repository获取。

allprojects 
    repositories 
        google()

        // If you're using a version of Gradle lower than 4.1, you must instead use:
        // maven 
        //     url 'https://maven.google.com'
        // 
        // An alternative URL is 'https://dl.google.com/dl/android/maven2/'.
    

【讨论】:

以上是关于当我尝试构建时,我的颤振应用程序给了我这个错误有人可以帮助我吗?的主要内容,如果未能解决你的问题,请参考以下文章

为啥颤振本地通知会出现异常

颤振:失败:构建失败并出现异常

无法在 Xcode 中使用 firebase auth 构建颤振应用程序

当我尝试运行我的 webpack-dev-server 时,它给了我以下错误,找不到该模块

无法在 iOS 模拟器上运行颤振应用程序

当我尝试构建我的项目时,Unity 给出了奇怪的错误