Fixed
Status Update
Comments
pa...@google.com <pa...@google.com>
je...@google.com <je...@google.com>
am...@google.com <am...@google.com> #2
This was broken by 3bca759a5ff08352de831bb1e9b61b1ec2b3362d.
Fix (pending) is I2c2dc7b600603ee430fd0d91b23d52ea8aa29ca9.
Fix (pending) is I2c2dc7b600603ee430fd0d91b23d52ea8aa29ca9.
ju...@stitchfix.com <ju...@stitchfix.com> #3
Almost 2 months later and this is still broken
am...@google.com <am...@google.com> #4
Since there is no progression, I wanted to share our quick-fix for the issue.
#sdkmanager --package_file=${PATH_WORKSPACE}/packages
while read p; do echo "y" | sdkmanager "${p}"; done <${PATH_WORKSPACE}/packages
#sdkmanager --package_file=${PATH_WORKSPACE}/packages
while read p; do echo "y" | sdkmanager "${p}"; done <${PATH_WORKSPACE}/packages
lu...@gmail.com <lu...@gmail.com> #5
jb...@google.com What is the update on this?
vi...@asos.com <vi...@asos.com> #6
What is the status of this item?
am...@google.com <am...@google.com> #7
This has been fixed on master today (internal ref: ag/2945015) and will be available in the next SDK release.
ko...@gmail.com <ko...@gmail.com> #8
Any ETA on next release?
ko...@gmail.com <ko...@gmail.com> #9
Still broken and not updated? --package_file argument is not usable in it's current form on 26.1.1 straight from the developer site.
Description
What happened
After upgrading Android Gradle Plugin version to 7.1.0-rc01, and when running
testDebugUnitTest
task, onlytransformDebugUnitTestClassesWithAsm
is being executed, but nottransformDebugClassesWithAsm
. However both tasks are executed if Android Gradle Plugin is downgraded to 7.0.2STEPS TO REPRODUCE:
testDebugUnitTest
,transformDebugClassesWithAsm
is not executed, onlytransformDebugUnitTestClassesWithAsm
ATTACH SCREENSHOTS/RECORDINGS OF THE ISSUE
Sample repository for reproducing:https://github.com/jilulu/sample-agp71-hilt-app
ATTACH LOG FILES (Select Help > Show Log in Files, or Show Log in Finder on a Mac)
Gradle tasks executed inhttps://pastebin.com/EAMxa3tu
testDebugUnitTest
:Studio Build: Bumblebee 2021.1.1 RC 1 Version of Gradle Plugin: 7.1.0-rc01 Version of Gradle: gradle-7.2-bin.zip Version of Java: 14 OS: macOS 12.0.1 (21A559)