gpt4 book ai didi

android - 任务 ':app:compileDebugAidl' 执行失败。 > aidl 不见了

转载 作者:太空宇宙 更新时间:2023-11-03 12:31:19 26 4
gpt4 key购买 nike

这是我的 build.gradle (MyApplication)。

// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.3.0'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}

allprojects {
repositories {
jcenter()
}
}

task clean(type: Delete) {
delete rootProject.buildDir
}

Execution failed for task ':app:compileDebugAidl'. > aidl is missing

我遇到了这个错误。我怎样才能解决这个问题?帮助我。

最佳答案

一般在低版本构建gradle时会出现这个问题。请将您的构建工具版本更新到最新版本,即 23.0.1,它会工作

关于android - 任务 ':app:compileDebugAidl' 执行失败。 > aidl 不见了,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33387161/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com