Anomalie #3302
Gradle package to use
Description
In Gradle projects, always use http://schemas.android.com/apk/res-auto for custom attributes
In Gradle projects, the actual package used in the final APK can vary; for you can add a `.debug` package suffix in one version and not the other. Therefore, you should not hardcode the application package in the resource; instead, use the special namespace `http://schemas.android.com/apk/res-auto` which will cause the tools to figure out the right namespace for the resource regardless of the actual package used during the build.
Recurrences
History
#4
Updated by CI-Build . almost 7 years ago
#5
Updated by Erwan L. almost 7 years ago
Appliqué par commit origin|commit:3744a1cc02e92c50d9aa2bc31c4282504437aa49.