com.android.dex.DexIndexOverflow

2018-02-02  本文已影响0人  Air_w

android {

        defaultConfig {

                ... // Enabling multidex support. multiDexEnabled true

        } ...

}

dependencies {

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

}

上一篇下一篇

猜你喜欢

热点阅读