com.android.dex.DexIndexOverflowException

android {

        defaultConfig {

                ... // Enabling multidex support. multiDexEnabled true

        } ...

}

dependencies {

                    compile 'com.android.support:multidex:1.0.0'

}

你可能感兴趣的:(com.android.dex.DexIndexOverflowException)