Gradle failed to build with error Multiple dex files define
问题 Gradle failed to build after I added google play services gradle Dependencies I've tried both with play-services-wearable entries together and the second one excluded dependencies { compile 'com.google.android.gms:play-services-wearable:6.5.+' compile 'com.android.support:support-v13:21.0.+' wearApp project(':wear') compile 'com.google.android.gms:play-services-wearable:6.5.87' compile files('libs/crashlytics.jar') compile files('libs/cup-v1.0.0.jar') compile files('libs/support-v4-r12.jar')