我在我的电脑上安装了Android Studio.我创建了一个新项目,但下面给出了错误.我能做什么?
Error:Execution failed for task ':app:compileDebugAidl'.
> aidl is missing
Run Code Online (Sandbox Code Playgroud)
我的Android Studio版本是1.1.0.
这是我的build.gradle档案:
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()
}
}
Run Code Online (Sandbox Code Playgroud)
而且:
apply plugin: 'com.android.application'
android {
compileSdkVersion 21
buildToolsVersion "24.1.2"
defaultConfig {
applicationId "com.example.jo.cloning_a_login_screen"
minSdkVersion 13
targetSdkVersion 21
versionCode 1
versionName "1.0"
}
buildTypes { …Run Code Online (Sandbox Code Playgroud) android aidl android-studio build.gradle android-gradle-plugin
每次运行我的项目时都会收到此错误.我可以做一个清洁,然后再次运行,它的工作原理.但它不是最佳解决方案.有任何想法吗?
Error:Execution failed for task ':android:transformClassesAndResourcesWithProguardForRelease'.
Run Code Online (Sandbox Code Playgroud)
java.io.IOException:无法将android\build\intermediates\transforms\proguard\release\folders\3\1f\main\classes.jar重命名为android\build\intermediates\transforms\proguard\release\jars\3\1f\classes.jar