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

Could not create an instance of type com.android.build.api.variant.impl.LibraryVariantBuilderImpl. #9

Open
deathblade666 opened this issue Aug 31, 2024 · 1 comment

Comments

@deathblade666
Copy link

Hello, I'm getting this error during compiling after I added this package. didnt see any mention of it in any other issues, is there something i need to do one my end or is this a package issue?

Namespace not specified. Specify a namespace in the module's build file: ~/.pub-cache/hosted/pub.dev/pick_or_save-2.2.4/android/build.gradle. See https://d.android.com/r/tools/upgrade-assistant/set-namespace for information about setting the namespace.

Thanks

@deakjahn
Copy link

deakjahn commented Jan 2, 2025

@deathblade666 Go into hosted\pub.dev\pick_or_save-2.2.4\android\build.gradle among your Flutter packages and add:

namespace = 'com.deepanshuchaudhary.pick_or_save'

in the android section.

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

2 participants