Assigned
Status Update
Comments
em...@google.com <em...@google.com>
co...@google.com <co...@google.com>
pi...@gmail.com <pi...@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.
Description
Artifact used (ex. androidx.appcompat:appcompat:1.0.0-alpha1):
Version used: androidx.core:core:1.8.0
Theme used: Any
Devices/Android versions reproduced on: Any
This might be an build tool issue.
Steps to reproduce:
AndroidManifest.xml
:And
lib_provider_paths.xml
to your library project's res folder:AndroidManifest.xml
:and And
app_provider_paths.xml
to your library project's res folder:./gradlew assumbleDebug
at project directory.Result:
'tools:replace="android:resource"'
to override. Developers have to merge@xml/app_provider_paths
and@xml/lib_provider_paths
manually to make their apps works correctly. A better solution would be the Gradle or Android build plugin merge the XML for developer, at least specially handled by the build tool for this case.