在build.gradle里面添加了    multiDexEnabled true
    api 'com.android.support:multidex:1.0.0'在Application里面的attachBaseContext方法中也添加了
MultiDex.install(this);结果反编译之后,里面有10个dex。
反编译一些app,发现别人家的dex数量很少。请问下,这个是怎么回事呢?要如何解决啊,谢谢