- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
每次出现 RuntimeException、TransformException、ArgumentException 时,我都需要重建项目。我认为问题出在 Gradle 文件中。
异常:运行时异常:com.android.build.api.transform.TransformException:java.lang.IllegalArgumentException
apply plugin: 'com.android.application'
android {
compileSdkVersion 27
buildToolsVersion "27.0.3"
defaultConfig {
multiDexEnabled true
applicationId "com.example.domin.zooapp"
minSdkVersion 18
targetSdkVersion 27
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
compileOptions {
sourceCompatibility 1.8
targetCompatibility 1.8
}
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.android.support:design:27.1.1'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
implementation 'com.squareup.retrofit2:retrofit:2.4.0'
implementation group: 'com.squareup.retrofit2', name: 'converter-gson', version: '2.4.0'
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '3.10.0'
implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.2'
implementation group: 'javax.annotation', name: 'javax.annotation-api', version: '1.3.1'
implementation group: 'com.squareup.okhttp3', name: 'logging-interceptor', version: '3.9.0'
compileOnly 'org.projectlombok:lombok:1.18.4'
annotationProcessor 'org.projectlombok:lombok:1.18.4'
implementation 'com.google.android.gms:play-services-maps:16.0.0'
implementation 'com.google.maps:google-maps-services:0.2.5'
implementation 'com.google.maps.android:android-maps-utils:0.5'
}
我会很感激你的帮助
最佳答案
删除 c\users\username\.gradle .android 和 .androidstudio 文件夹对我有用
关于android - 每次出现 RuntimeException、TransformException、ArgumentException 时,我都需要重建项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53749459/
我在使用 Remote Display API 的 Chromecast 项目中遇到“Error converting bytecode to dex”。我通过添加“multiDexEnabled t
我正在尝试将MoPub集成到我的应用程序中。 我将SDK导入了我的应用程序: compile('com.mopub.sdk.android:mopub:4.4.1@aar') { transi
尝试在Android Studio中生成签名的APK文件时出现以下错误: Error:Execution failed for task ':app:transformClassesWithJarMe
我的 gradle.build 文件如下所示: apply plugin: 'com.android.application' android { compileSdk
当我尝试在运行时使用 iText 生成 PDF 时出现错误。当应用程序在设备或 geny Motion 中运行时会出现错误。 Error:Execution failed for task ':app
我试图将一个有效的 Eclipse Android 项目导入到 Android Studio。我正在使用最新版本的 Android Studio 在 Mac 上工作。当我尝试构建时,它一直显示此错误:
每次出现 RuntimeException、TransformException、ArgumentException 时,我都需要重建项目。我认为问题出在 Gradle 文件中。 异常:运行时异常:c
为什么我会收到此错误,当我同步 gradle 时不会发生,但当我运行项目时会收到此错误。 任务“:app:transformClassesWithJarMergingForDebug”执行失败。
在我向我的 Android 项目添加一些资源后,我突然遇到了这个奇怪的异常。该应用程序完全停止构建并抛出以下异常: Error:Execution failed for task ':app:tran
这从我添加 google-api-services-calendar 开始。尝试构建时出现此错误: Error:Execution failed for task ':app:transformCla
在我的单元测试中,我试图通过将一些格式错误的 xml 发送到 javax.xml.transform.Transformer 的 org.apache.xalan.processor.Transfor
我无法构建Android Studio项目。我收到此错误: Error:Execution failed for task ':app:transformClassesWithDexForDebug'
错误:任务“:app:transformClassesWithDependencyCheckerForDebug”执行失败。 org.gradle.api.internal.changedetecti
在android studio中构建项目时出现以下错误 com.android.build.api.transform.TransformException: java.util.zip.ZipExc
我收到这个错误 Error:Execution failed for task ':app:transformClassesWithJarMergingForDebug'. > com.android
当我尝试使用Android Studio运行应用程序时,出现以下异常: Error:Execution failed for task ':app:transformClassesWithDexFor
我将一些现有的基于 Eclipse 的 Android 项目导入到 Android Studio 中。一路走来,我解决了几个问题,我解决了最后一个问题(希望如此): Execution failed
错误描述: Error:Execution failed for task ':app:transformClassesWithJarMergingForDebug'. > com.android.b
这是我的 full code ,当我使用“运行/调试配置 > Android 测试”运行以下代码时 class KernelTest extends Specification { def "
我正在尝试将 Google Plus 集成到我的应用程序中,但它显示了以下错误。下面是异常和gradle 错误:任务 ':app:transformClassesWithDexForDebug' 执行
我是一名优秀的程序员,十分优秀!