alibaba / dexposed

dexposed enable 'god' mode for single android application.
4.51k stars 1.07k forks source link

Problem In MultiDex #43

Closed xk009 closed 8 years ago

xk009 commented 9 years ago

In MultiDex env, when call System.loadLibrary("dexposed"). throw Couldn't load dexposed from loader dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/xxxx-1.apk" Exception。 I judge that the dexposed class is in the secondary dex。so before call MutilDex.install() ,will cause this case。 I want to know how to use dexposed suitablely in multiDex env.

absidibe commented 9 years ago

You're are not obliged...to load dexposed in your class which extends application. you can load where you used it.

hwjump commented 8 years ago

You can refer #41