79158456

Date: 2024-11-05 09:36:59
Score: 0.5
Natty:
Report link
  1. Using the packageName extracted from the AndroidManifest.xml,

  2. You shold remove package form AndroidManifest.xml file.

  3. Add a namespace property under the android block in the build.gradle file.

Like this:

// build.gradle 

android {
    namespace "packageName"
    ...
}

See detail : https://discuss.gradle.org/t/namespace-not-specified-for-agp-8-0-0/45850

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: BertKing