-
Notifications
You must be signed in to change notification settings - Fork 149
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
Execution failed for task ':app:mergeLibDexDebug' #171
Comments
Hi @huangsir0 - which flutter_contacts version are you using? |
sensors_plus :4.0.2 flutter_contacts :1.1.9 |
I'm still running with v1.1.6, but same error v1.1.9 |
the plugin version in .lock is 1.1.6 ? 1.1.7 is well with sensors_plus |
You can clone flutter_contacts, and change the namespace 'dev.fluttercommunity.plus.sensors' in the android-build.gradle file to 'dev.fluttercommunity.plus.sensors1'. In Flutter, replace flutter_contacts with the local path. |
Thanks for you advice,This plugin is indirectly referenced by third-party plugins in my project. |
You can do this in pubspec.yaml dependency_overrides: |
Works ok with 1.1.8, does not work with 1.1.9 |
fix: #171 wrong namespace for the Android library
Fixed in version 1.1.9+2 - thanks @mattmapadmi |
The text was updated successfully, but these errors were encountered: