当前位置: 首页 > 知识库问答 >
问题:

在获取构建工具文件时响应本地错误

西门展
2023-03-14

我无法建立我的android应用程序使用反应本地运行android,因为我得到以下错误。昨天一切正常。你知道问题出在哪里吗?

A problem occurred configuring root project 'contacto'.
> Could not resolve all files for configuration ':classpath'.
   > Could not find builder.jar (com.android.tools.build:builder:3.1.2).
     Searched in the following locations:
         https://jcenter.bintray.com/com/android/tools/build/builder/3.1.2/builder-3.1.2.jar
   > Could not find lint-gradle-api.jar (com.android.tools.lint:lint-gradle-api:26.1.2).
     Searched in the following locations:
         https://jcenter.bintray.com/com/android/tools/lint/lint-gradle-api/26.1.2/lint-gradle-api-26.1.2.jar
   > Could not find manifest-merger.jar (com.android.tools.build:manifest-merger:26.1.2).
     Searched in the following locations:
         https://jcenter.bintray.com/com/android/tools/build/manifest-merger/26.1.2/manifest-merger-26.1.2.jar
   > Could not find builder-test-api.jar (com.android.tools.build:builder-test-api:3.1.2).
     Searched in the following locations:
         https://jcenter.bintray.com/com/android/tools/build/builder-test-api/3.1.2/builder-test-api-3.1.2.jar
   > Could not find aapt2-proto.jar (com.android.tools.build:aapt2-proto:0.1.0).
     Searched in the following locations:
         https://jcenter.bintray.com/com/android/tools/build/aapt2-proto/0.1.0/aapt2-proto-0.1.0.jar
   > Could not find builder-model.jar (com.android.tools.build:builder-model:3.1.2).
     Searched in the following locations:
         https://jcenter.bintray.com/com/android/tools/build/builder-model/3.1.2/builder-model-3.1.2.jar
   > Could not find annotations.jar (com.android.tools:annotations:26.1.2).
     Searched in the following locations:
         https://jcenter.bintray.com/com/android/tools/annotations/26.1.2/annotations-26.1.2.jar

共有3个答案

章晗日
2023-03-14

对于有相同错误的用户,请尝试将其添加到App Builde。格拉德尔:

android {
    //the rest of the code above

    lintOptions {
       disable 'MissingTranslation'
    }
}

我也有同样的问题,不管出于什么原因,这对我很有效。

澹台俊材
2023-03-14

唯一对我有效的解决方案是去构建-

呼延才
2023-03-14

在项目的gradle文件中添加以下行

allprojects {
    repositories {
        .....
        ......
        maven { url 'https://maven.google.com' }  //  Add this line.
        ......
    } }
 类似资料:
  • 我正在用react native开发我的android应用程序,现在我想构建一个发布版apk,通过Play store上传它,但当我尝试构建它时,显示以下错误 > 我在网上搜索并添加了android。ENABALEAPT2=在渐变上为false。属性,但它始终显示相同的结果。我遵循了此链接中的所有步骤https://facebook.github.io/react-native/docs/sign

  • 问题内容: 我正在向我的jQuery发送错误响应。但是,我无法获得响应文本(在下面的示例中,这将成为 “去海滩” ) jQuery唯一说的是“错误”。 有关详细信息,请参见以下示例: 的PHP jQuery的 现在我的结果是: 日志: 警报: 无法执行,因为:错误 有任何想法吗? 问题答案: 尝试:

  • 我想使用android gradle 5.5.1,它需要插件版本3.4.0,我正在使用插件版本3.4.2,但当我尝试制作项目时,我发现了4个错误。pom和。与android相关的jar文件。工具。建筑格雷德尔:3.4.2我很害怕,我真的需要帮助,谢谢 这就是错误所在 错误:找不到com。Android工具。构建:gradle:3.4.2。搜查地点如下:https://dl.google.com/d

  • 我有和这里完全一样的问题:网络响应超时错误(create-react-nate-app)(expo)。每次我尝试在LAN上从手机扫描二维码时,都会收到网络响应超时错误。 我已经浏览了链接的stackoverflow帖子和相关github线程中的每一条回复:https://github.com/react-community/create-react-native-app/issues/144#is

  • 我在Cordova的构建时间内堆叠了一个错误。我已经安装了android构建工具,但ionic通过错误“找不到已安装的构建工具。安装Android构建工具版本30.0.3或更高版本”。我不明白为什么会显示此错误。下面提到的错误,请检查并帮助我。 ANDROID\u HOME=C:\Users\prade\AppData\Local\ANDROID\Sdk(已弃用)使用ANDROID Sdk:C:\

  • 尝试从本地文件获取 json 数据并继续获取 “JSON.parse:数据意外结束在第 1 行第 1 列” 。 我已经尝试了fetch函数的许多参数,但是我总是得到至少一个错误。 JSON数据 我想安慰你。记录数据以确保其正常运行。