作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在Android Studio 3.0.1中遇到以下构建问题,但无法解决。在此期间,我无法运行我的应用程序。
com.android.builder.dexing.DexArchiveBuilderException:com.android.builder.dexing.DexArchiveBuilderException: Failed to process /home/Code/StudioProjects/aac/app/build/intermediates/transforms/instantRunSlicer/debug/7
Caused by: java.util.NoSuchElementException
at java.util.LinkedList$ListItr.previous(LinkedList.java:905)
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
android {
compileSdkVersion 26
defaultConfig {
applicationId "this.app.id.is" // had to change appID for privacy
minSdkVersion 21
targetSdkVersion 26
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
buildToolsVersion '26.0.2'
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
implementation 'com.android.support:appcompat-v7:26.1.0'
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
compile 'com.android.support:recyclerview-v7:26.1.0'
compile 'com.theartofdev.edmodo:android-image-cropper:2.5.+' // Third-party library. Copyright 2016, Arthur Teplitzki, 2013, Edmodo, Inc
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.0'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.0'
}
最佳答案
在运行配置中,在“编辑运行配置”窗口中,禁用运行配置中的高级分析字段
关于android - 如何为Gradle解决DexArchiveBuilderException?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47877906/
我是一名优秀的程序员,十分优秀!