I'm working on an app which has both Google Play Services App Indexing and Forms.Maps. For App Indexing Xamarin.GooglePlayServices.Appindexing version being used is 27.0.0.0 along with the Xamarin.GooglePlayServices.Basement version 27.0.0.0. If I add Xamarin.Forms.Maps package with these packages i get the error of :
"Attribute "circleCrop" has already been defined (APT0000) common_attrs.xml".
And if I downgrade the GooglePlayServices packages to version 26.0.0.0 then I get the error of GoogleApiClient. Since lower package than 27 for App Indexing is deprecated and doesn't support GoogleApiClient.
Once I bypassed these errors then I got the Java Lang Error of No Such Method Error.
xamarin.forms.maps is working fine with iOS app. But it is not working in android.
Need help sorting this out.
↧
Xamarin.Forms.Maps and AppIndexing
↧