Hardcoded Package in Namespace
Hardcoded Package in Namespace
In Gradle projects, the actual package used in the final APK can vary; for example,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.
Issue id: ResAuto
Inspection Details | |
---|---|
Available in: | IntelliJ IDEA 2023.3, Qodana for Android 2023.3, Qodana for JVM 2023.3 |
Plugin: | Android, 2022.3.1 Beta 2 |
Last modified: 13 July 2023