MultiDex

65525 方法限制 


dependencies {
  compile 'com.android.support:multidex:1.0.0'
}

  

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

  

 

posted @ 2017-09-26 17:42  wikiki  阅读(77)  评论(0编辑  收藏  举报