Hello, I recently compiled an android application and I got an error that the package is out of date.
Here is a snippet from the logs:
> Task :app:processDebugMainManifest
package="com.azazelgames.videogamename" found in source AndroidManifest.xml: C:\Users\MyUserName\AppData\Local\Temp\And6644.tmp\app\src\main\AndroidManifest.xml.
Setting the namespace via a source AndroidManifest.xml's package attribute is deprecated.
Please instead set the namespace (or testNamespace) in the module's build.gradle file, as described here: Please login to see this link.
This migration can be done automatically using the AGP Upgrade Assistant, please refer to Please login to see this link. for more information.
Exported via R295.5 and on android 4.4 - 13.0
Used the latest version of Android Studio