哪个浏览器可以看禁止网站,二级域名有哪些,哪个网站能免费下载,网站如何做排名我尝试在我的Android应用程序中添加spring但应用程序不运行.我真的不知道为什么我的跑步失败了.你能帮我解决这个问题,谢谢这是我的app / build.gradle配置#xff1a;apply plugin: com.android.applicationandroid {compileSdkVersion 23buildToolsVersion 23.0.3apply plugin: com.android.applicationandroid {compileSdkVersion 23buildToolsVersion 23.0.3defaultConfig {applicationId com.nizar.abdelhedi.accesscontrolminSdkVersion 16targetSdkVersion 23versionCode 1versionName 1.0}buildTypes {release {minifyEnabled falseproguardFiles getDefaultProguardFile(proguard-android.txt), proguard-rules.proresValue string, host_name, access-control-web/rest/roles/attendance}}configurations {all*.exclude module: httpclientall*.exclude module: commons-logging}packagingOptions {exclude META-INF/DEPENDENCIES.txtexclude META-INF/LICENSE.txtexclude META-INF/NOTICE.txtexclude META-INF/NOTICEexclude META-INF/LICENSEexclude META-INF/DEPENDENCIESexclude META-INF/notice.txtexclude META-INF/license.txtexclude META-INF/dependencies.txtexclude META-INF/LGPL2.1}dependencies {compile fileTree(dir: libs, include: [*.jar])testCompile junit:junit:4.12compile com.android.support:appcompat-v7:23.4.0compile com.android.support:design:23.4.0compile com.github.vajro:MaterialDesignLibrary:1.6compile com.github.blackfizz:eazegraph:1.2.2aarcompile com.nineoldandroids:library:2.4.0compile com.github.lecho:hellocharts-library:1.5.8aarcompile org.springframework:spring-context:4.2.7.RELEASE}}这是我的错误消息Information:Gradle tasks [:app:assembleDebug]:app:preBuild UP-TO-DATE:app:preDebugBuild UP-TO-DATE:app:checkDebugManifest:app:preReleaseBuild UP-TO-DATE:app:prepareComAndroidSupportAnimatedVectorDrawable2340Library UP-TO-DATE:app:prepareComAndroidSupportAppcompatV72340Library UP-TO-DATE:app:prepareComAndroidSupportDesign2340Library UP-TO-DATE:app:prepareComAndroidSupportRecyclerviewV72340Library UP-TO-DATE:app:prepareComAndroidSupportSupportV42340Library UP-TO-DATE:app:prepareComAndroidSupportSupportVectorDrawable2340Library UP-TO-DATE:app:prepareComGithubBlackfizzEazegraph122Library UP-TO-DATE:app:prepareComGithubLechoHellochartsLibrary158Library UP-TO-DATE:app:prepareComGithubVajroMaterialDesignLibrary16Library UP-TO-DATE:app:prepareDebugDependencies:app:compileDebugAidl UP-TO-DATE:app:compileDebugRenderscript UP-TO-DATE:app:generateDebugBuildConfig UP-TO-DATE:app:mergeDebugShaders UP-TO-DATE:app:compileDebugShaders UP-TO-DATE:app:generateDebugAssets UP-TO-DATE:app:mergeDebugAssets UP-TO-DATE:app:generateDebugResValues UP-TO-DATE:app:generateDebugResources UP-TO-DATE:app:mergeDebugResources UP-TO-DATE:app:processDebugManifest:app:processDebugResources:app:generateDebugSources:app:incrementalDebugJavaCompilationSafeguard UP-TO-DATE:app:compileDebugJavaWithJavac UP-TO-DATE:app:compileDebugNdk UP-TO-DATE:app:compileDebugSources UP-TO-DATE:app:buildInfoDebugLoader:app:transformClassesWithExtractJarsForDebug UP-TO-DATE:app:transformClassesWithInstantRunVerifierForDebug UP-TO-DATE:app:transformClassesWithJavaResourcesVerifierForDebug UP-TO-DATE:app:mergeDebugJniLibFolders UP-TO-DATE:app:transformNative_libsWithMergeJniLibsForDebug UP-TO-DATE:app:processDebugJavaRes UP-TO-DATE:app:transformResourcesWithMergeJavaResForDebug FAILEDError:Execution failed for task :app:transformResourcesWithMergeJavaResForDebug. com.android.build.api.transform.TransformException: com.android.builder.packaging.DuplicateFileException: Duplicate files copied in APK META-INF/spring.schemasFile1: C:\Users\abdelhedi\.gradle\caches\modules-2\files-2.1\org.springframework\spring-context\4.2.7.RELEASE\289f2906943827d37de89240dbac8fe4b315a838\spring-context-4.2.7.RELEASE.jarFile2: C:\Users\abdelhedi\.gradle\caches\modules-2\files-2.1\org.springframework\spring-aop\4.2.7.RELEASE\bd65f97ba61fd3dcc0b74765d3fa388aeb388aa7\spring-aop-4.2.7.RELEASE.jarFile3: C:\Users\abdelhedi\.gradle\caches\modules-2\files-2.1\org.springframework\spring-beans\4.2.7.RELEASE\ae0501728c0ee072e25cb5e11b63b883c0786b4b\spring-beans-4.2.7.RELEASE.jarInformation:BUILD FAILEDInformation:Total time: 2.634 secsInformation:1 errorInformation:0 warningsInformation:See complete output in console