Fixed
Status Update
Comments
br...@gmail.com <br...@gmail.com> #2
So changing this section in my app/build.gradle
file:
androidResources {
noCompress 'tflite'
}
to this:
androidResources.noCompress = "tflite"
Solves my issue. I still consider this a bug though...
js...@google.com <js...@google.com>
je...@google.com <je...@google.com>
cm...@google.com <cm...@google.com> #3
This will be fixed in AGP 7.1.0-alpha07 (before then it accidentally has an 'it' reciever)
androidResources {
it.noCompress 'tflite'
}
It might be worth backporting the fix for a 7.0.1, or at least removing the deprecation of the aaptOptions block so others aren't lead to this broken path
cm...@google.com <cm...@google.com>
ku...@gmail.com <ku...@gmail.com> #4 Restricted+
Restricted+
Comment has been deleted.
Description
Studio Build: 2020.3.1 Version of Gradle Plugin: 7.0.0 Version of Gradle: 7.0.2 Version of Java: 11 OS: MasOS 11.4
Steps to Reproduce:
Expected: Gradle syncs
Actual: