详细地址参照multidex超出限制问题的解决方法
具体集成:
将如下配置加入工程 build.gradle 中- android {
- defaultConfig {
- // Enabling multidex support.
- multiDexEnabled true
- }
- }
- dependencies { compile 'com.google.android:multidex:0.1'}
详细地址参照multidex超出限制问题的解决方法
具体集成:
将如下配置加入工程 build.gradle 中