aidl

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

时间秒杀一切 提交于 2019-11-26 12:19:03
I installed Android Studio on my computer. I created a new project but that got me the error below. What can I do? Error:Execution failed for task ':app:compileDebugAidl'. > aidl is missing My Android Studio version is 1.1.0 . This is my build.gradle file: buildscript { repositories { jcenter() } dependencies { classpath 'com.android.tools.build:gradle:1.1.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } } allprojects { repositories { jcenter() } } And : apply plugin: 'com.android.application' android { compileSdkVersion

aidl is missing android studio

荒凉一梦 提交于 2019-11-26 08:31:10
问题 Environment: Mac OS 10.10.3 Android studio:1.2.11 grandle:2.2.1 the log: Information:Gradle tasks [:generateDebugSources, :generateDebugTestSources] :preBuild :preDebugBuild :checkDebugManifest :prepareDebugDependencies :compileDebugAidl FAILED Error:Execution failed for task \':compileDebugAidl\'. > aidl is missing // Top-level build file where you can add configuration options common to all sub-projects/modules. import org.gradle.internal.os.OperatingSystem buildscript { repositories {

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

廉价感情. 提交于 2019-11-26 02:56:23
问题 I installed Android Studio on my computer. I created a new project but that got me the error below. What can I do? Error:Execution failed for task \':app:compileDebugAidl\'. > aidl is missing My Android Studio version is 1.1.0 . This is my build.gradle file: buildscript { repositories { jcenter() } dependencies { classpath \'com.android.tools.build:gradle:1.1.0\' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } }