美文网首页
65536(64k)限制

65536(64k)限制

作者: 简爱WindMan | 来源:发表于2017-07-27 10:04 被阅读24次

    官方文档

    点击这里

    主mode的build.gradle

    dependencies {
     compile 'com.android.support:multidex:1.0.1'
        }
     defaultConfig {
           ...
            multiDexEnabled true
        }
    

    Application

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

    相关文章

      网友评论

          本文标题:65536(64k)限制

          本文链接:https://www.haomeiwen.com/subject/fzaakxtx.html