You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following occurs during build/package process:
[Fri Nov 18 12:58:12 EET 2022][FINE] [SUB] Setting the namespace via a source AndroidManifest.xml's package attribute is deprecated.
[Fri Nov 18 12:58:12 EET 2022][FINE] [SUB] Please instead set the namespace (or testNamespace) in the module's build.gradle file, as described here: https://developer.android.com/studio/build/configure-app-module#set-namespace
Expected Behavior
The package entry in AndroidManifest manifest tag needs to move to an android{} definition in the build.gradle file so as the objection above no longer occurs.
Current Behavior
The package name entry required in the AndroidManifest manifest tag causes the objection above to occur.
Context
This is not a major issue at the moment but may have implications in the near future.
The text was updated successfully, but these errors were encountered:
The following occurs during build/package process:
Expected Behavior
The package entry in AndroidManifest manifest tag needs to move to an android{} definition in the build.gradle file so as the objection above no longer occurs.
Current Behavior
The package name entry required in the AndroidManifest manifest tag causes the objection above to occur.
Context
This is not a major issue at the moment but may have implications in the near future.
The text was updated successfully, but these errors were encountered: