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
Solution 1:
You are using different versions of the same library.
In this case I suppose you have to remove this line:
compile files('libs/support-v4-r12.jar')
Post a Comment for "Gradle Failed To Build With Error Multiple Dex Files Define"