This message was deleted.
# android
s
This message was deleted.
d
Two options: First, put the
namespace
attribute in your application build script. It’s under the android block The other is to put the
package:name=""
in the
<manfiest />
tag in your application’s androidmanifest.xml. I’d suggest doing the first way as with AGP 8,
package=
in the
<manifest />
tag is not allowed anymore and you will want to have both namespace and testNamespace defined in your build script.