Android Studio中的调试映射文件在哪里?

时间:2016-01-06 07:53:57

标签: android android-proguard

在我的android studio项目中,我启用了proguard for debug build type:

buildTypes {
    debug {
        minifyEnabled true
        proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-debug.txt'
    }
}

问题是在构建项目后我找不到映射文件!那么调试构建类型的映射文件在哪里?或者根本没有调试构建类型的映射文件?

0 个答案:

没有答案