-
Notifications
You must be signed in to change notification settings - Fork 308
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
using video_thumbnail 0.5.3 i go this error Namespace not specified. #174
Comments
@hosaaam have you found any workaround? I am stuck with this error as well. |
For a workaround, you can use this in your subprojects {
project.buildDir = "${rootProject.buildDir}/${project.name}"
afterEvaluate {
// check if `android` block is available and namespace isn't set
if(it.hasProperty('android') && it.android.namespace == null){
def manifest = new XmlSlurper().parse(file(it.android.sourceSets.main.manifest.srcFile))
def packageName = manifest.@package.text()
android.namespace= packageName
}
}
} |
facing same issue , will clone and apply fix |
i have create pull request and waiting for approval . meanwhile you can use updated reference to my pacakge code replace
|
I'm using a package that includes the video_thumbnail package as a dependency. Is there a way for me to override with your working package? |
Yes , you can override that package to refer to my package instead of pubspec.yaml version until author fix this issue . -- you will need to override the package this is referencing to video_thumbnail package |
It was fixed in ^8.3.0 |
I am facing the same issue. Let me know if there is a solution |
Update the root
|
while i build my project i got his error
A problem occurred configuring project ':video_thumbnail'.
The text was updated successfully, but these errors were encountered: