f-miyu / Plugin.CloudFirestore

MIT License
121 stars 44 forks source link

Program type already present: com.google.common.util.concurrent.ListenableFuture #37

Closed ghost closed 4 years ago

ghost commented 4 years ago

when i add the plugin into my xamarin native android project, I get that error :(

f-miyu commented 4 years ago

Does your project depend on Xamarin.Google.Guava.ListenableFuture? This library depends on Xamarin.Google.Guava:27.1.0 and doesn't work with Xamarin.Google.Guava.ListenableFuture. You need to delete this from your project.

ghost commented 4 years ago

I don't have those libs, i just migrate to Android, and only contains some support libs package and the same with AndroidX, but when I install Plugin.CloudFirestore, I can't build again, it shows me that error when I try to compile

ghost commented 4 years ago

I have already solved it, AndroidX.Browser had the package you mentioned to me, I have already removed it and it compiles me correctly! :)