Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not compatible with gradle 8 #9

Open
jacjac11 opened this issue Nov 6, 2023 · 0 comments
Open

Not compatible with gradle 8 #9

jacjac11 opened this issue Nov 6, 2023 · 0 comments

Comments

@jacjac11
Copy link

jacjac11 commented Nov 6, 2023

  • What went wrong:
    A problem occurred configuring project ':screen_lock_check'.

Could not create an instance of type com.android.build.api.variant.impl.LibraryVariantBuilderImpl.
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.

Can update the gradle version? A namespace field is needed in build.gradle.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant