我在Xamarin项目中遇到了针对Android 13的问题。请任何人提出一些解决方案,我们在这方面卡住了。
我已经更新了所有的nuget包到最新版本,由于问题与Firebase通知不工作的Android 13后,我得到构建错误。
我正在使用VS 2022版本17.5.4
错误信息
5>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1509,3): error XA4210: Please add a reference to Mono.Android.Export.dll when using ExportAttribute or ExportFieldAttribute.
字符串
1条答案
按热度按时间b09cbbtk1#
You need to add a reference to Mono.Android.Export.Dll when you use ExportAttribute or ExportFieldAttribute的副本。错误消息本身就说明了问题。
虽然在我的情况下,它导致我在这里有人报告的另一个错误:Receiving Build error after trying to build android project in VS 22。