gpt4 book ai didi

xamarin.forms - System.NotImplementedException : 'This functionality is not implemented in the portable version of this assembly

转载 作者:行者123 更新时间:2023-12-03 15:49:08 33 4
gpt4 key购买 nike

我已添加 Plugin.MediaManagerPlugin.MediaManager.Forms进入我的 xamarin forms播放视频的项目。

CrossMediaManager.Current.Init(this);

当我尝试添加上面的代码时,它显示错误(方法 Init() 没有重载;)

但是在使用以下代码行运行项目时,在 android 上出现异常。
CrossMediaManager.Current.Init();

System.NotImplementedException: 'This functionality is not implemented in the portable version of this assembly. You should reference the NuGet package from your main application project in order to reference the platform-specific implementation.'



IOS 和 UWP 应用程序运行良好,只有 android 项目有此问题。请帮我解决这个问题。

最佳答案

System.NotImplementedException: 'This functionality is not implemented in the portable version of this assembly. You should reference the NuGet package from your main application project in order to reference the platform-specific implementation.'



当Android目标版本较低时,经常会出现上述错误。这是一个类似的问题,您可以查看 https://github.com/martijn00/XamarinMediaManager/issues/437 .

此外,在您的情况下。您应该确保视频网址的格式为 xxx.mp4 。插件无法支持这种格式的网址(player.vimeo.com/video/361089481)。

关于xamarin.forms - System.NotImplementedException : 'This functionality is not implemented in the portable version of this assembly,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58195279/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com