So what's the difference between installing Multid...
# android
d
So what's the difference between installing Multidex in
onCreate
and in
onAttachBaseContext
? MultiDex docs suggest doing in the latter, although there does not seem to be any difference in performance if used in
onCreate