Android studio IntelliJ IDEA/Android Studio/VS代码无法为Gradle下载bundletools

Android studio IntelliJ IDEA/Android Studio/VS代码无法为Gradle下载bundletools,android-studio,intellij-idea,visual-studio-code,Android Studio,Intellij Idea,Visual Studio Code,为了开发颤振应用程序,我在我的Windows10机器上安装了Android Studio、IntelliJ IDEA和VS代码 当我尝试运行该项目(Android Studio创建的示例代码)时,出现以下错误: problem occurred configuring root project 'android'. > Could not resolve all artifacts for configuration ':classpath'. > Could not fin

为了开发颤振应用程序,我在我的Windows10机器上安装了Android Studio、IntelliJ IDEA和VS代码

当我尝试运行该项目(Android Studio创建的示例代码)时,出现以下错误:

 problem occurred configuring root project 'android'.
> Could not resolve all artifacts for configuration ':classpath'.
   > Could not find bundletool-0.14.0.jar (com.android.tools.build:bundletool:0.14.0).
     Searched in the following locations:
         https://dl.google.com/dl/android/maven2/com/android/tools/build/bundletool/0.14.0/bundletool-0.14.0.jar
但是,我点击了错误消息中的链接,下载了
bundletool-0.14.0.jar
,没有任何问题

那么,为什么IDE不能下载它呢


现在我已经手动下载了文件,我应该把它放在哪里?

这是否回答了您的问题?谢谢在发布这篇文章之前,我检查了这个(和其他一些)。这些解决方案都没有解决我的问题,所以我不得不重新安装所有的东西。