巨型模式 ,当阅读 https://source.android.com/devices/tech/dalvik/dalvik-
bytepre.html时,const-string / jumbo是字符串的巨型模式。关于操作码,“ op vAA,string @
BBBBBBBB”与“ op vAA,string @ BBBB”,32位与16位。
Multi Dex
允许从多个dex文件中加载类。主要classes.dex必须包含调用此类方法所必需的类。在首次调用MultiDex.install(Context)之后,将在应用程序APK中找到的辅助dex文件添加到类加载器中,请参阅https://developer.android.com/reference/android/support/multidex/MultiDex.html



