com.android.dex.DexIndexOverflowException

android {
defaultConfig {
... // Enabling multidex support. multiDexEnabled true
【com.android.dex.DexIndexOverflowException】} ...
}
dependencies {
compile 'com.android.support:multidex:1.0.0'
}

    推荐阅读