Status Update
Comments
vm...@google.com <vm...@google.com>
pa...@google.com <pa...@google.com>
jh...@google.com <jh...@google.com>
pa...@google.com <pa...@google.com> #2
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 Ladybug Feature Drop | 2024.2.2 Canary 3
- Android Gradle Plugin 8.8.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!
an...@google.com <an...@google.com> #3
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 Ladybug Feature Drop | 2024.2.2 Canary 2
- Android Gradle Plugin 8.8.0-alpha02
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!
rv...@mozilla.com <rv...@mozilla.com> #4
Will this fix be backported to 8.7 also?
pa...@google.com <pa...@google.com> #5
Yes, but the bug will probably be in 8.7.0 (but will be backported in a patch release...I assume 8.7.1).
an...@google.com <an...@google.com> #6
The fixes for this issue are now also available in:
- Android Studio Ladybug | 2024.2.1 Patch 1
- Android Gradle Plugin 8.7.1
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
tr...@gmail.com <tr...@gmail.com> #7
pa...@google.com <pa...@google.com> #8
Can you reproduce in a new (mostly empty) project? Can you attach the project, with the problematic intent filter? And does it reproduce just by opening the file in the IDE, or when running gradle lint
?
tr...@gmail.com <tr...@gmail.com> #9
Thanks for your assistance.
Description
I'm guessing this is a regression from https://issuetracker.google.com/issues/62810553 .
Starting with AGP 8.7.0-alpha09, we're now seeing "At least one host must be specified" errors when setting
<data android:scheme="http" />
or<data android:scheme="https" />
in a given<intent-filter>
. As far as I know, this is permissible, however?