android studio 配置应用生成多个dex

android studio 配置应用生成多个dex 

    defaultConfig { 
        applicationId "com.zoehoo.ledplayer" 
        minSdkVersion 19 
        targetSdkVersion 19 
        versionCode 1 
        versionName "1.0" 
        multiDexEnabled  true  // 默认为true, 如果想生成一个,改为false 

    }

你可能感兴趣的:(android studio 配置应用生成多个dex)