Xamarin Forms:应用程序在 Android 14 中崩溃

问题描述 投票:0回答:1

当我清理并重建它时,它工作正常,但是当我在 Android 14 移动设备(如 Google Pixel 7)中构建应用程序时,应用程序会被安装,但在启动屏幕后崩溃。

我已经添加了android 14 sdk并将目标版本更改为android 14。在android 13或更低版本中工作正常,但在android 14中崩溃。

如果有人遇到过此问题,请提供您解决此问题的步骤。

visual-studio xamarin.forms mobile mobile-development android-14
1个回答
0
投票

我在 android 14 上也面临同样的问题。我的 Xamarin 应用程序在 android 版本 14.0 上没有响应。 我能够启动 Xamarin 应用程序,但无法单击并选择任何内容。

© www.soinside.com 2019 - 2024. All rights reserved.