热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

Xamarin.FormsnolongerworkonUWPARM64

DescriptionXamarin.Formstookadependencyon


Description

Xamarin.Forms took a dependency on

1
Win2D.uwp

at v3.6. However Win2D does not support ARM64, so that support was lost in that move.

Steps to Reproduce


  1. Build a 3.6 UWP app for ARM64

  2. Deploy and run on an ARM64 device

Expected Behavior

App runs

Actual Behavior

App will crash

Basic Information

Also see this related issue:
https://github.com/xamarin/Xamarin.Forms/issues/5188

  • Version with issue: 3.6+

  • Last known good version:3.5.x

  • IDE: VS2017/2019

  • Platform Target Frameworks:

  • UWP:

  • Android Support Library Version:

  • Nuget Packages: 3.6.x

  • Affected Devices: ARM64 PCs

该提问来源于开源项目:xamarin/Xamarin.Forms

does debugging of UWP app works for others? I get random errors in DEBUG configuration, but when I create AppX file in Release mode, sideload the AppX, the app works.



// Edit, fixed. ARM64 uses .net native even for debug so I need to call Xamarin.Forms.Forms.Init with a list of assemblies and here the 3rd party documentation missed 1 assembly


   



推荐阅读
author-avatar
菜123
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有