Hi! Need some help with AGP update. When I try to ...
# gradle
r
Hi! Need some help with AGP update. When I try to update project from 7.4.2 to 8.0.0 I get an error:
Copy code
Namespace not specified. Please specify a namespace in the module's build.gradle file like so:

android {
    namespace 'com.example.namespace'
}

If the package attribute is specified in the source AndroidManifest.xml, it can be migrated automatically to the namespace value in the build.gradle file using the AGP Upgrade Assistant; please refer to <https://developer.android.com/studio/build/agp-upgrade-assistant> for more information.
I see that namespaces have been set already with 7.4.2 - what should I do to get rid of this error?
I see on Google that there is / was some sort of bug with this, but didn’t find any suggestions on what should be done.
v
Would you mind having a look at the channel topic? 😉
😑 1