-
Notifications
You must be signed in to change notification settings - Fork 877
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
A problem occurred configuring project ':qr_code_scanner'. > 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: C:\Users\Tyro\AppD #751
Comments
The same |
I am getting the same error... any updates on the fix pleasE?
I use and I can't find this file |
add in app/bulid.gradle
and in gradle.properties
|
I also have a problem, after updating to gradle 8.x, the above suggestion does not work |
had the same, I think something changed in a lower level because I had similar errors with other packages |
Bellow snippet code addding in android/build.gradle works for me. subprojects {
} |
thanks for the answer,but this is not the solution, I am wondering if there will be any update on package ? |
same problem |
It seems this will not be updated anytime soon, so I switched to mobile_scanner from the same developer. |
I switched to mobile_scanner Works fine so far thanks guys @ALL |
it not work all i try as above |
I got the same error while running my app on Flutter's latest version. There is a replacement of this plugin called qr_code_scanner_plus: ^2.0.7. |
I have also encountered the same issue while using this package! since this package haven't updated from last 2 years i have moved to a new one called mobile scanner! |
Tenia el mismo problema y se soluciono. pero a mi entender, no es un problema del paquete, sino de la versión de Gradle. Mi problema se soluciono al agregar este código en build.gradle de android, no de app.
|
Describe the bug
A clear and concise description of what the bug is.
Flutter information
Always provide the output of
flutter doctor -v
as it is needed in order to know on which Flutter versions the bug exists in.Device (please complete the following information):
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: