Xamarin.Forms(2.5.0.122203)使用Zxing.Net.Mobile.Forms(2.3.3)时,Android端莫名崩溃
登山则情满于山,观海则意溢于海。这篇文章主要讲述Xamarin.Forms(2.5.0.122203)使用Zxing.Net.Mobile.Forms(2.3.3)时,Android端莫名崩溃相关的知识,希望能为你提供帮助。
Xamarin.Forms(2.5.0.122203)使用Zxing.Net.Mobile.Forms(2.3.3)时,android端莫名崩溃折磨了将近一个月的问题,终于得到解决啦,当然还是希望作者能够尽快支持.net standard。
现象:新建基于NETStandard的Xamarin.Forms项目,通过NuGet安装Zxing.Net.Mobile.Forms(2.3.3)插件后,Android端运行崩溃。
Github问题地址:https://github.com/Redth/ZXing.Net.Mobile/issues/578
解决办法如下:
- 编辑xxx.csproj
< PropertyGroup> < TargetFramework> netstandard1.4< /TargetFramework> < AssetTargetFallback> $(AssetTargetFallback); net46; < /AssetTargetFallback> < /PropertyGroup>
- Clean项目,尤其是Android项目
【Xamarin.Forms(2.5.0.122203)使用Zxing.Net.Mobile.Forms(2.3.3)时,Android端莫名崩溃】
推荐阅读
- apply方法与call方法
- @RequestMapping注解
- app启动优化,解决空白页或者卡顿太久
- android源码下载
- Android程序员转型之路微信h5牛牛大厅源码出售
- android开发学习 ------- Error:Failed to open zip file.
- app转iap
- 超详细Android面试的准备与经历分享 | 百度(offer)
- 不懂算法的我,到底怎么让APP快点AI起来()