Fixed
Status Update
Comments
pe...@google.com <pe...@google.com>
je...@google.com <je...@google.com> #2
This was broken by 3bca759a5ff08352de831bb1e9b61b1ec2b3362d.
Fix (pending) is I2c2dc7b600603ee430fd0d91b23d52ea8aa29ca9.
Fix (pending) is I2c2dc7b600603ee430fd0d91b23d52ea8aa29ca9.
am...@google.com <am...@google.com> #3
Almost 2 months later and this is still broken
an...@google.com <an...@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
Description
DESCRIBE THE ISSUE IN DETAIL:
Here'e another issue where you didn't put enough effort in reviewing public api.
VariantOutput.enable
has aand again, I expect clear migration guide with explanation what is wrong with old property and why it has changed? What are possible side effects of the replacement? 🤷♂️ Current comment is so useless for a consumer I don't even know where to start...
I initially thought such issues are accidental, but now, seeing that many mistakes in documentation I'm quite sure you did this on purpose - why?
STEPS TO REPRODUCE:
com.android.build.api.variant.VariantOutput
enable
propertyATTACH SCREENSHOTS/RECORDINGS OF THE ISSUE I can't inline images on IssueTracker
ATTACH LOG FILES (Select Help > Show Log in Files, or Show Log in Finder on a Mac)
IMPORTANT: Please readhttps://developer.android.com/studio/report-bugs.html carefully and supply
all required information.
Studio Build: doesn't matter Version of Gradle Plugin: which plugin? Android Gradle Plugin? 7.0.1 Version of Gradle: doesn't matter Version of Java: doesn't matter OS: doesn't matter