Fixed
Status Update
Comments
id...@gmail.com <id...@gmail.com> #2
When actually android:host attribute started to support string resources? Official docs seems a bit outdated on this matter: https://developer.android.com/guide/topics/manifest/data-element.html
dc...@google.com <dc...@google.com> #3
> When actually android:host attribute started to support string resources?
I don't know if there was a time that the Android platform didn't support these. Support was added recently to Play Developer Console for Instant Apps, but that's because PDC didn't need to check the android:host attribute at all before.
As to the official docs: I can't really comment on it.https://developer.android.com/guide/topics/manifest/manifest-intro.html is somewhat ambiguous on whether there are constraints on attributes being specified via string literals or resource references. I recommend filing a bug if clarification is needed.
I don't know if there was a time that the Android platform didn't support these. Support was added recently to Play Developer Console for Instant Apps, but that's because PDC didn't need to check the android:host attribute at all before.
As to the official docs: I can't really comment on it.
jk...@google.com <jk...@google.com> #4
The issue has been fixed and the fix is expected to be rolled out in Android Studio 3.2 Canary 11 release.
Please let us know if the issue still persists.
Please let us know if the issue still persists.
Description
Version of Gradle Plugin: N/A
Version of Gradle: N/A
Version of Java: N/A
OS: N/A
Steps to Reproduce:
1. Build an Instant App where all intent filters use string resources for hostnames, e.g.:
<data android:scheme="https" android:host="@string/SOME_DOMAIN" />
2. Try to launch Instant App from Android Studio
See