Android Studio 2:Google Play依赖项错误

时间:2016-04-26 20:57:09

标签: android android-studio android-gradle

我刚刚切换到Android Studio 2,并尝试在我的应用中使用Google Play服务。但是我从一开始就面对一个非常奇怪的事情。添加到Gradle.build这样的依赖项:

compile 'com.google.android.gms:play-services-maps:8.4.0'
compile 'com.google.android.gms:play-services-location:8.4.0

导致错误:

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:processDebugManifest'.

> com.android.manifmerger.ManifestMerger2$MergeFailureException: java.io.FileNotFoundException: /media/valentyn/Seagate Backup Plus Drive/workspace/Studio Projects
16.02.16/LocalVenues/app/build/intermediates/exploded-aar/com.google.android.gms/play-services-maps/8.4.0/AndroidManifest.xml (No such file or directory) Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

它与SDK Manager中安装的库有什么冲突吗?

2 个答案:

答案 0 :(得分:1)

我遇到了同样的问题,由Android Studio 2中的新Instant Run引起,我解决了这个问题:

  • Build> Rebuild Project
  • Run再次。

答案 1 :(得分:0)

这个问题与我的便携式驱动程序的NTFS文件系统有关。移动我的项目后,这个问题就解决了。