directory-maven-plugin icon indicating copy to clipboard operation
directory-maven-plugin copied to clipboard

attachBaseContext 里面方法的执行顺序问题?

Open liyanlei666 opened this issue 10 years ago • 0 comments

大神 您好! 我在使用你的库,请问在 attachBaseContext 方法里面拆分dex ,是应该先于 守护进程调用么?

eg: @Override protected void attachBaseContext(Context base) { super.attachBaseContext(base); DaemonUtils.start(base); MultiDex.install(this); }

liyanlei666 avatar Apr 01 '16 08:04 liyanlei666