After update gradle to 3.0.0-alpha5 my project can't sync gradle.
I received this message:
Gradle sync failed: No output of type: SPLIT_LIST
and in idea.log
something about my release
variant:
Variant 'release' has no output with type 'SPLIT_LIST'
buildTypes {
release {
minifyEnabled true
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
The problem is with shrinkResources
config. Removing it is temporary solution for now. Unfortunately I didn't find any info about deprecation of that so I think it's a bug.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With