Android Studio 2.2 和 Jack 被 Avira Antivirus 封鎖
2022-09-04 03:50:39
因此,我更新了我的项目以使用新的jack编译器,但是由于某种未知原因,我的AntiVir阻止了该任务,如果我禁用AntiVir实时保护,它将起作用。我真的不想这样做,我也不想开始把我的Android项目放在例外列表中。
我正在使用Android Studio 2.2,这是我的transformClassesWithPreJackPackagedLibrariesForDebug
build.gradle
android {
compileSdkVersion 24
buildToolsVersion "24.0.2"
defaultConfig {
minSdkVersion 21
targetSdkVersion 24
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
jackOptions {
enabled true
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}
我project.gradle
buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:2.2.0'
}
}
当我尝试在硬件设备上运行该应用程序时出现错误。
Error:Execution failed for task ':app:transformClassesWithPreJackPackagedLibrariesForDebug'.
> Failed to delete temporary file C:\Users\User\AppData\Local\Temp\jill-1475579265083-0.jack