You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to build for android and it fails - It could be related to the new flutter version 3.27.0 that I'm currently using and new requirements for compiling to android.
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':mapbox_gl'.
> 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.
I was able to fix that exception by manually adding the namespace to the build.gradle file of mapbox_gl in the Pub/Cache folder:
Hi everyone,
I'm trying to build for android and it fails - It could be related to the new flutter version 3.27.0 that I'm currently using and new requirements for compiling to android.
I was able to fix that exception by manually adding the namespace to the build.gradle file of mapbox_gl in the Pub/Cache folder:
The text was updated successfully, but these errors were encountered: