gpt4 book ai didi

android - 使用操作系统独立路径 'stylesheet.css'找到了多个文件

转载 作者:行者123 更新时间:2023-12-03 05:49:02 25 4
gpt4 key购买 nike

这是我的build.gradle文件

   apply plugin: 'com.android.application'

android {
compileSdkVersion 25
buildToolsVersion "26.0.2"
defaultConfig {
applicationId "com.example.user.kamarado"
minSdkVersion 15
targetSdkVersion 25
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.google.android.gms:play-services-maps:10.2.6'
testCompile 'junit:junit:4.12'
}

当我运行一个项目时
enter image description here

错误:任务':app:transformResourcesWithMergeJavaResForDebug'的执行失败。

More than one file was found with OS independent path 'stylesheet.css'

最佳答案

尝试在项目gradle文件中使用此命令:

android {
packagingOptions {
pickFirst 'stylesheet.css'
}
}

关于android - 使用操作系统独立路径 'stylesheet.css'找到了多个文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48688956/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com