Assigned
Status Update
Comments
sc...@gmail.com <sc...@gmail.com> #2
Any updates on this? It's been a month already since I reported it, and it seems this crash is occurring quite frequently for my users.
No update yet.
Any updates on this? It's been a month already since I reported it, and it seems this crash is occurring quite frequently for my users.
Description
Component used: androidx.startup:startup-runtime
Version used: 1.1.1
Devices/Android versions reproduced on: n/a
Android Gradle Plugin Version: 7.3.0
Gradle Version: 8.3
Android Studio Iguana | 2023.2.1 Patch 2
When I run lint (during lintVitalAnalyzeRelease) with the following meta-data it fails with
EnsureInitializerMetadata
. If I replace${applicationId}
with the actual value it works. I also find it odd that the${applicationId}
placeholder works fine in the provider'sandroid:authorities
a few lines above.I was able to suppress it by configuring this in the app/build.gradle but I'd obviously rather not need to.
This seems similar to https://issuetracker.google.com/issues/265962219 .
Thank you!