pikaju / flutter-maps-launcher

Simple Flutter package to open the maps application (or browser) on all platforms.
https://pub.dev/packages/maps_launcher
MIT License
61 stars 47 forks source link

Namespace not specified #44

Open erperejildo opened 2 months ago

erperejildo commented 2 months ago
A problem occurred configuring project ':maps_launcher'.
> 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
sarahk commented 1 month ago

Is there an ETA for pushing this fix?

pauljonescodes commented 1 month ago

This is also preventing me from using this plugin :-(

maquejp commented 1 month ago

Same here ... I am still using Koala patch 1 version of Android Studio

Execution failed for task ':maps_launcher:packageDebugResources'.

Error while evaluating property 'namespace' of task ':maps_launcher:packageDebugResources'. Failed to calculate the value of task ':maps_launcher:packageDebugResources' property 'namespace'. Failed to calculate the value of property 'namespace'. Package Name not found in /home/devlin/.pub-cache/hosted/pub.dev/maps_launcher-2.2.1/android/src/main/AndroidManifest.xml, and namespace not specified. Please specify a namespace for the generated R and BuildConfig classes via android.namespace in the module's build.gradle file like so:

       android {
           namespace 'com.example.namespace'
       }
paul-charlton commented 3 weeks ago

Is there an updated on releasing this? It looks like there's a PR with the required changes.

Currently going to look at alternatvies...