jeroen-corteville
Results
4
comments of
jeroen-corteville
Hi all, I just ran into this issue, and deleting the /bin & /obj folder for the Android project worked for me.
I can confirm the solution posted by @dmariogatto works. I tried adding --linkskip=Firebase.Analytics to the mtouch arguments, but that didn't work. I think this is because it's not the Xamarin...
@jbtamaresgit `var type = typeof(Analytics)` is the line that makes it work for me.