Skip to content

Conversation

@Semedii
Copy link

@Semedii Semedii commented Aug 17, 2025

Starting with Android Gradle Plugin 8.0, every Android module must declare a namespace in its build.gradle file. Without it, the build fails with the error:

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.

Added namespace "com.jumio.mobile.sdk.flutter" (matching the existing manifest package) to resolve the issue.

https://developer.android.com/build/configure-app-module#set-namespace

Copy link

@amirul-beintl amirul-beintl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works

@abhijitsinghbsb
Copy link

Can this PR be merged please?

@Semedii
Copy link
Author

Semedii commented Oct 9, 2025

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

Successfully merging this pull request may close these issues.

3 participants