ude*_*fox 2 android intellij-idea gradle android-manifest google-play-services
我补充道
compile 'com.google.android.gms:play-services:6.1.71'
Run Code Online (Sandbox Code Playgroud)
通过build.gradle阻止"依赖",并在我尝试同步项目后,该gradle抛出错误:
Error:Gradle: Execution failed for task ':app:processDebugManifest'.
> Manifest merger failed with multiple errors, see logs
Run Code Online (Sandbox Code Playgroud)
我使用的MinSdk版本是8,目标,编译和构建工具是19.
dependencies {
compile 'com.android.support:appcompat-v7:19.+'
compile 'com.google.android.gms:play-services:6.1.71'
compile fileTree(dir: 'libs', include: ['*.jar'])
}
Run Code Online (Sandbox Code Playgroud)
该错误意味着什么以及如何解决?我使用Intellij Idea作为IDE.谢谢你的回答!
归档时间: |
|
查看次数: |
8216 次 |
最近记录: |