我已经下载了我想在我的 Visual Studio 项目 EXPO 中使用的最新版本的 Gradle 7.3

Posted

技术标签:

【中文标题】我已经下载了我想在我的 Visual Studio 项目 EXPO 中使用的最新版本的 Gradle 7.3【英文标题】:I have downloaded the latest version of Gradle 7.3 that I would like to use in my Visual studio project EXPO 【发布时间】:2021-12-23 03:46:18 【问题描述】:

我仔细检查了是否安装了它..

Gradle 7.3

那很好..当我输入命令 gradle --daemon 时问题来了

我收到此错误

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'RentInCars'.
> Could not resolve all files for configuration ':classpath'.
   > Could not find com.android.tools.build:gradle:7.2.
     Searched in the following locations:
       - https://repo.maven.apache.org/maven2/com/android/tools/build/gradle/7.2/gradle-7.2.pom
       - https://dl.google.com/dl/android/maven2/com/android/tools/build/gradle/7.2/gradle-7.2.pom
       - https://jcenter.bintray.com/com/android/tools/build/gradle/7.2/gradle-7.2.pom
     Required by:
         project :

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

See https://docs.gradle.org/7.3/userguide/command_line_interface.html#sec:command_line_warnings

我尝试使用 sudo gradle --daemon.. 仍然给我同样的错误.. 接下来我应该尝试什么?

【问题讨论】:

打开浏览器,检查this link是否可用,如果不可用,则需要使用***并正确设置gradle。 我去链接了,不可用..我能知道为什么我需要使用***来正确设置gradle吗? 这可能是因为你住的地方,谷歌就像许多其他服务一样被禁止为我的地区提供服务。所以你需要一个***来连接。 【参考方案1】:

正如我们在 cmets 中所讨论的,您需要 ***,但不需要任何 ***。

你必须知道你的 *** 在哪个端口上工作。

例如,如果你下载了 psiphone,你可以去设置,然后本地代理端口,你可以添加 12345 作为例如端口。

然后你需要去 .gradle 文件夹,如果你使用的 windows 它通常位于 USER/%USERNAME%/.gradle ,并创建一个全局 gradle.properties 然后添加以下内容。

systemProp.http.proxyHost=127.0.0.1
systemProp.http.proxyPort=12345
systemProp.https.proxyHost=127.0.0.1
systemProp.https.proxyPort=12345

这将重定向所有 gradle 连接抛出你的代理,例如 psiphone。

【讨论】:

感谢您的回复。我正在使用 Mac 使用 expo 创建一个 react 本机应用程序。但是我应该下载哪个?对不起我的无知。 Psiphon Pro for Android 在 Google Play Store 赛风 ios 在 Apple App Store 赛风 Macs with Apple Silicon 在 Apple App Store(我的 Mac 是 2019 版) Psiphon Browser for iOS 在 Apple App Store 赛风 Android 版直接下载 我认为this one 是您在使用 mac 时正在寻找的那个。如果答案有帮助,请考虑投票,如果答案解决了您的问题,请标记为已接受。 我一解决这个问题。我肯定投赞成票 psiphone 与我的 Mac 不兼容 :( .. 你能推荐任何其他 *** 吗? 任何***,你可以知道它的端口可以工作,我使用的是付费代理而不是免费的,有用户名和密码,即使你有一个也可以。【参考方案2】:

我也试过这个并且遇到了同样的问题。 后来我找到Gradle 7.3 is not added here yet

【讨论】:

试试 Gradle 7.0.3

以上是关于我已经下载了我想在我的 Visual Studio 项目 EXPO 中使用的最新版本的 Gradle 7.3的主要内容,如果未能解决你的问题,请参考以下文章

Visual Studio 升级了我的数据库,现在如何将其转换回来。

在现有的 Visual Studio 2017 中下载 c++

Visual Studio 2017 重置设置

在 Visual Studio 2012 中使用 dlib

在 Visual Studio 中,我可以在断点处绘制我的变量吗?

错误 - 未安装所需的框架 - Visual Studio C# [关闭]