Android Studio Gradle构建失败:无法找到bundletool-1.11.4.jar

hfwmuf9z  于 2023-05-18  发布在  Android
关注(0)|答案(1)|浏览(264)

我尝试了this question中提到的解决方案。他们都没有工作。
这是我得到的错误:

A problem occurred configuring root project 'My ApplicationTst'.
> Could not resolve all files for configuration ':classpath'.
   > Could not find bundletool-1.11.4.jar (com.android.tools.build:bundletool:1.11.4).
     Searched in the following locations:
         https://dl.google.com/dl/android/maven2/com/android/tools/build/bundletool/1.11.4/bundletool-1.11.4.jar

Possible solution:
 - Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html

我也从浏览器下载了这个文件,并使用了flatDir和maven本地存储库,但它也不起作用。我能做什么?有什么问题吗?

lp0sw83n

lp0sw83n1#

我最终删除了我的用户文件夹(在Mac中)中的root .gradle文件夹,然后重新同步了项目。这个问题主要是由于伊朗互联网的制裁。如果你用的是windows系统,也许你可以在别的地方找到gradle cash文件夹。

相关问题