将Google Play服务添加到gradle时出错

时间:2015-02-23 11:32:49

标签: android android-studio google-play-services

我将此添加到 build.gradle

dependencies {
  compile fileTree(dir: 'libs', include: ['*.jar'])
  compile 'com.google.android.gms:play-services:6.5.87'
  compile 'com.android.support:appcompat-v7:21.0.3'
  // ADOBE Creative SDK
  compile 'com.adobe.creativesdk.foundation:auth:0.2.10'
  compile 'com.adobe.creativesdk.foundation:assets:0.2.10'
  compile 'com.adobe.creativesdk:behance:0.2.10'
  compile 'com.adobe.creativesdk:image:4.0.0'
  // Holo Color Picker
  compile 'com.larswerkman:HoloColorPicker:1.4'
  // MultiDexApplication
  compile 'com.android.support:multidex:1.0.0'
  compile files('libs/FlurryAnalytics-5.3.0.jar')
}

它没有任何错误地构建和同步,但是当我运行时我得到了这个错误。

app:preDexDebug FAILED

如果我删除GooglePlayServices,则可以正常使用

  

compile' com.google.android.gms:play-services:6.5.87'

更新 我尝试了很多方法来解决这个问题,但我仍然无法解决这个错误。

0 个答案:

没有答案