找不到Google Transition API

时间:2018-10-16 09:33:01

标签: android xamarin xamarin.android google-play-services

enter image description here

我已经安装了Google Play服务位置软件包,但可以在我的项目中找到ActivityTransition类。

我点击了此链接。 https://android.jlelse.eu/googles-new-transition-api-for-android-d5d9d6904883

1 个答案:

答案 0 :(得分:0)

无法使用这些API的原因仅是由于GooglePlayServices提供的Xamarin.Android的当前版本(稳定)为11.4.2,即使在图像中也可以读取相同的内容。您已上传。

由于这些API是在GooglePlayServices 12.0.0中添加的,所以现在,如果您必须使用Transition API,则必须将Xamarin.GooglePlayServices.Location Nuget下载到prerelease(70.1501.0),因为它是预发布版本,释放Nuget并不会告诉您其中是否有任何错误。

作为参考,请检查以下内容:

https://forums.xamarin.com/discussion/140484/xamarin-android-google-activity-recognition-transition-api-not-working

https://forums.xamarin.com/discussion/140480/xamarin-android-google-activity-recognition-transition-api-not-working