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.
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'.
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!