按照Google的文档
dependencies {
compile 'com.android.support:multidex:1.0.0'
}
defaultConfig {
multiDexEnabled true
}
public class App extends MultiDexApplication {
}
但是报错
Error:Build-in class shrinker and multidex are not supported yet.
救急啊 大神们
http://www.devsplanet.com/question/35627985
http://yydcdut.com/2016/03/20/split-dex/
http://stackoverflow.com/questions/35627985/errorbuild-in-class-shrinker-and-multidex-are-not-supported-yet