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 missed #173

Open
MohammedFlutter opened this issue Oct 26, 2024 · 2 comments
Open

namespace missed #173

MohammedFlutter opened this issue Oct 26, 2024 · 2 comments

Comments

@MohammedFlutter
Copy link

please add in build.gradle file
android {
namespace 'xyz.justsoft.video_thumbnail'
}

@jannisnikoy
Copy link

FYI, I think is related to the version of the com.android.application plugin, and affects a lot of third party packages. I didn't encounter this issue on some existing older flutter projects that use an older version of this plugin. I'm using the below and it compiles just fine.

plugins {
    id "com.android.application" version "7.3.0" apply false
    // ...
}

@mhop2101
Copy link

mhop2101 commented Nov 4, 2024

Had the same problem

* What went wrong:
A problem occurred configuring project ':video_thumbnail'.
> 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. See https://d.android.com/r/tools/upgrade-assistant/set-namespace for information about setting the namespace.

This fork provides a solution :)

https://pub.dev/packages/get_thumbnail_video/install

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

3 participants