Fixed
Status Update
Comments
uc...@google.com <uc...@google.com> #2
Can you share android studio version
ma...@marcardar.com <ma...@marcardar.com> #3
Android Studio 2.3.3
It's been happening for the last couple of years, probably longer.
It's been happening for the last couple of years, probably longer.
tn...@google.com <tn...@google.com> #4
Sorry about the delay; working my way back through the public issue tracker for overlooked bugs now. This is finally fixed in Studio 4.2 by Change-Id: I77ec52cec24e3411106a10654c4ff4fab6929e5a. Thanks for the report!
an...@google.com <an...@google.com> #5
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 | 2024.2.1 Canary 9
- Android Gradle Plugin 8.7.0-alpha09
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
<data android:scheme="myscheme" android:pathPrefix="/path/to/there"/>
We get the error message: "android:host is missing"
However, sometimes we want to match Uris where the host is null.
Please either allow the host name to be omitted (indicating null host) or allow some attribute value that indicates null host.