プロジェクトに Microsoft Azure Mobile Services SDK を追加すると、次のようになります。
compile 'com.microsoft.azure:azure-mobile-services-android-sdk:2.0.2'
次のエラーが表示されます。
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:packageAllDebugClassesForMultiDex'.
> java.util.zip.ZipException: duplicate entry: com/google/common/base/FinalizableReference.class
何が原因で、どうすれば解決できますか?
Gradleの除外ルールを作成できると思いますが、それはどのようになりますか?