Status Update
Comments
kd...@google.com <kd...@google.com> #2
1. Android Studio version and OS type and version
2. Screenshots or videos of the issue
3. idea.log file (select Help > Show Log in Finder / Explorer)
4. Thread dumps if the issue is a freezing or non-responding UI.
For more information on what’s needed and how to obtain this information please read the guide at
to...@gmail.com <to...@gmail.com> #3
There was already version information. I now tried to reproduce it on the latest AS.
I also added screenshots before and after removing unused ID.
And apologize for the wrong title, it should be Unused ID, not unused resource.
Build: AI-231.9011.34.2311.10290408, 202306090748
AI-231.9011.34.2311.10290408, JRE 17.0.6+0-b2043.56-10027231x64 JetBrains s.r.o., OS Windows 11(amd64) v10.0 , screens 2560.0x1440.0, 2560.0x1440.0
AS: Hedgehog | 2023.1.1 Canary 8
Kotlin plugin: 231-1.8.21-release-380-AS9011.34.2311.10290408
Android Gradle Plugin: 8.2.0-alpha08
Gradle: 8.1.1
Gradle JDK: Eclipse Temurin version 17.0.3
kh...@gmail.com <kh...@gmail.com> #4
js...@google.com <js...@google.com>
pa...@google.com <pa...@google.com> #5
Are you able to attach a project where this reproduces?
to...@gmail.com <to...@gmail.com> #6
I'm still able to reproduce on Android Studio Hedgehog | 2023.1.1 Beta 3 Build #AI-231.9392.1.2311.10749307.
But the project I have is not open source :-( I will try if I'm able to reproduce it on the demo project.
to...@gmail.com <to...@gmail.com> #7
Yes, it is possible to reproduce it on simple project. I attached the project itself and a screenshot with visible reproduction. Tested on Android Studio Hedgehog | 2023.1.1 Beta 3 Build #AI-231.9392.1.2311.10749307.
ph...@google.com <ph...@google.com>
ph...@google.com <ph...@google.com> #8
This is now fixed. The fix should be available in Iguana after canary 5
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 Iguana | 2023.2.1 Canary 5
- Android Gradle Plugin 8.3.0-alpha05
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
I have this code
When I use LINT Unused Resource it marks
skipCheckbox
as unused and delete it. But all others likeinterstitialTitle
,descriptionFirst
orproceedButton
are preserved