V.Y*_*.Y. 2 android build.gradle
我在gradle构建时在Android工作室中收到此错误.
Error:null value in entry: mainDexListProguardOutputFile=null
Run Code Online (Sandbox Code Playgroud)
的build.gradle:
Run Code Online (Sandbox Code Playgroud)apply plugin: 'com.android.application' android { compileSdkVersion 24 buildToolsVersion '25.0.0' defaultConfig { applicationId "xxx" minSdkVersion 15 targetSdkVersion 24 versionCode 14 versionName '2.4' } buildTypes { release { debuggable false minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } debug { debuggable true minifyEnabled true } } productFlavors { } } repositories { mavenCentral() } dependencies { --- } apply plugin: 'com.google.gms.google-services'
干净的构建不起作用,我该如何解决这个问题?
| 归档时间: |
|
| 查看次数: |
1230 次 |
| 最近记录: |