Status Update
Comments
ma...@google.com <ma...@google.com>
je...@google.com <je...@google.com>
ka...@google.com <ka...@google.com> #2
Thank you for the report. That was an intentional change and you can read more about them here:
This will not be the case moving forward with the upcoming Beta1 release.
da...@gmail.com <da...@gmail.com> #3
I understand this was an intentional change. But I disagree with your reasoning that this isn't commonly needed. I regularly encounter issues that go away with just doing clean. Hiding that option in the current state of android development is a bad idea in my opinion.
xa...@google.com <xa...@google.com> #4
Actually, we are still discussing this. In the meantime, we have reverted the change for Ladybug feature drop.
pe...@gmail.com <pe...@gmail.com> #5
I have to rebuild / clean the project sometimes. Hilt/Dagger sometimes just fails to build. Probably due to external git checkout.
to...@gmail.com <to...@gmail.com> #6
I'm using it also daily, it is the only way how to fix build-cache issues, KSP cache issues, or any other cache issue.
xa...@google.com <xa...@google.com> #7
if you have a build cache issue (as in a cache entry is wrong), doing a clean will not fix it, since the task will just grab the content from the cache. You'd need to run with --rerun-tasks
to force running the task and ignore the cache entry. This is not done by the rebuild
action of Studio.
ka...@google.com <ka...@google.com> #8
This will also be added back in the Meerkat Version 2024.3.1 starting from Canary 3.
an...@google.com <an...@google.com> #9
Thank you for your patience while our engineering team worked to resolve this issue. A fix for this issue is now available in:
- Android Studio Meerkat | 2024.3.1 Canary 3
- Android Gradle Plugin 8.9.0-alpha03
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
Thank you for taking the time to submit feedback — we really appreciate it!
Description
####################################################
Please provide all of the following information, otherwise we may not be able to route your bug report.
####################################################
1. Describe the bug or issue that you're seeing.
Android Studio Ladybug Feature Drop 2024.2.2 Canary 9 does not have the "Clean build" menu option under Build in menubar. This is available in Ladybyg 2024.2.1 Patch 2. I have attached screenshots.
2. Attach log files from Android Studio
2A. In the IDE, select the Help..Collect Logs and Diagnostic Data menu option.
2B. Create a diagnostic report and save it to your local computer.
2C. Attach the report to this bug using the Add attachments button.
3. If you know what they are, write the steps to reproduce:
3A. "Build" > "Clean build" is missing. This is available in 2024.2.1 Patch 2
In addition to logs, please attach a screenshot or recording that illustrates the problem.
For more information on how to get your bug routed quickly, see
Build: AI-242.23339.11.2422.12584204, 202410311828
AS: Ladybug Feature Drop | 2024.2.2 Canary 9
AI-242.23339.11.2422.12584204, JRE 21.0.4+13-b509.17x64 JetBrains s.r.o., OS Mac OS X(aarch64) v14.7, screens 3600x2338 (200%); Retina
Android Gradle Plugin: 8.7.2
Gradle: 8.10.2
Gradle JDK: JetBrains Runtime 21.0.4 - aarch64
NDK: from local.properties: (not specified), latest from SDK: (not found)
CMake: from local.properties: (not specified), latest from SDK: (not found), from PATH: (not found)
```