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

Namespace issue in Android build #30

Open
jkdd54 opened this issue Oct 2, 2024 · 0 comments
Open

Namespace issue in Android build #30

jkdd54 opened this issue Oct 2, 2024 · 0 comments

Comments

@jkdd54
Copy link

jkdd54 commented Oct 2, 2024

Hello,

I am currently using the wallet_connect_v2 package to implement wallet connections in my Android project. However, I am encountering the following error:

A problem occurred configuring project ':wallet_connect_v2'.

Could not create an instance of type com.android.build.api.variant.impl.LibraryVariantBuilderImpl.
Namespace not specified. Specify a namespace in the module's build file.

This issue seems to indicate that the namespace setting is mandatory for Android Gradle Plugin (AGP) versions 7.x and above. It appears that the wallet_connect_v2 module's build.gradle file does not have a namespace specified.

My environment:

Flutter version: [ 3.24.3 ]
Android Gradle Plugin: [8.6.0]
wallet_connect_v2 version: ^1.0.9
I would appreciate any guidance or information regarding this issue.

Thank you!

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