错误:任务':app:processDebugManifest'执行失败。
Manifest合并失败,出现多个错误,请参阅日志 在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')
}

答案 0 :(得分:1)
检查值 [颜色,字符串,尺寸,样式等]中的所有资源文件,检查是否存在不良属性名称 not在该文件中出现。 在属性名称中执行更正。 清理项目。