I get this error when I Run->app for an Android application in Android Studio
UNEXPECTED TOP-LEVEL EXCEPTION: com.android.dex.DexException: Multiple dex file
It seems you can't use both guava and guava-jdk5 in the same project. Guava-jdk5 is still being maintained, so consider changing your project's guava reference to guava-jdk5:
compile 'com.google.guava:guava-jdk5:17.0'