繁体   English   中英

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

[英]Error:Execution failed for task ':app:processDebugManifest'. >

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

清单合并失败,并出现多个错误,请参阅android AndroidManifest.xml中的日志

 apply plugin: 'com.android.application' android { compileSdkVersion 23 buildToolsVersion "23.0.3" lintOptions { checkReleaseBuilds false } defaultConfig { applicationId "com.ator.arian" minSdkVersion 11 targetSdkVersion 19 } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt' } } } dependencies { compile 'com.google.android.gms:play-services:+' compile 'com.android.support:appcompat-v7:25.3.1' compile files('libs/picasso-2.5.2.jar') compile files('libs/StartAppInApp-3.2.1.jar') compile files('libs/universal-image-loader-1.9.5.jar') } 

检查所有资源文件中的 [颜色,字符串,尺寸,样式等],检查是否存在任何不希望的属性名称,该名称不应该出现在该文件中。 对属性名称进行更正 清理项目。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM